Stops the currently ringing alarm.
@override Future<void> stop() { return methodChannel.invokeMethod<void>('stop'); }