@override Future<bool> pauseAlarm({required String alarmId}) async { return await methodChannel.invokeMethod<bool>('pauseAlarm', alarmId) ?? false; }