resetToDefault method
Restores the default launcher icon.
Implementation
@override
Future<void> resetToDefault({bool showAlert = true}) async {
await methodChannel.invokeMethod<void>('resetToDefault', <String, dynamic>{
'showAlert': showAlert,
});
}