import 'package:dart_di/scope.dart'; abstract class Factory { T createInstance(Scope scope); }