clearDefaultApp static method
Implementation
static Future<void> clearDefaultApp() async {
final prefs = await SharedPreferences.getInstance();
await prefs.remove(_keyDefaultApp);
}
static Future<void> clearDefaultApp() async {
final prefs = await SharedPreferences.getInstance();
await prefs.remove(_keyDefaultApp);
}