clear static method
Implementation
static Future<void> clear() async {
_instance = null;
Service.get<CacheService>().clear();
Subscription.clear();
OdinNavigator.clear();
Provider.clear();
Service.clear();
Network.clear();
Controller.clear();
}