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