mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-24 13:47:24 +00:00
implemented expiremental di with new api
This commit is contained in:
5
lib/experimental/factory.dart
Normal file
5
lib/experimental/factory.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
import 'package:dart_di/experimental/scope.dart';
|
||||
|
||||
abstract class Factory<T> {
|
||||
T createInstance(Scope scope);
|
||||
}
|
||||
Reference in New Issue
Block a user