@override Future<bool?> removeSysAlert() async { final result = await methodChannel.invokeMethod<bool>('removeSystemAlert'); return result; }