Skip to main content

Get dependencie

You can use this call for get a injection.

    final controller = FlutterInjections.get<YourController>();
caution

You need pass the type of object you get.