reset static method
Clear all data and reset
Implementation
static Future<void> reset() async {
instance.dispose();
await SecureConfigManager.clearConfig();
_instance = null;
}
Clear all data and reset
static Future<void> reset() async {
instance.dispose();
await SecureConfigManager.clearConfig();
_instance = null;
}