Skip to main content

Dispose dependencie

Is very simple to dispose a dependencie, you need to method dispose and pass the type.

void dispose(){
FlutterInjections.dispose<YourController>();
}
caution

Recommend using this method when you have certain don't use this object again