deleteAll method
Deletes all registered dependencies in the application.
force
determines whether to force the deletion.
Implementation
void deleteAll({bool force = false}) => Get.deleteAll(force: force);
Deletes all registered dependencies in the application.
force
determines whether to force the deletion.
void deleteAll({bool force = false}) => Get.deleteAll(force: force);