deleteAll method
Deletes all Instances, cleaning the memory and closes any open
controllers (DisposableInterface).
forceWill delete the Instances even if marked aspermanent.
Implementation
Future<void> deleteAll({bool force = false}) async =>
GetInstance().deleteAll(force: force);