StopAlarm method

Future<void> StopAlarm()

Implementation

Future<void> StopAlarm() async {
  await methodChannel.invokeMethod('stop');
}