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