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