stop method
Stops the currently ringing alarm.
Implementation
Future<void> stop() {
throw UnimplementedError('stop() has not been implemented.');
}
Stops the currently ringing alarm.
Future<void> stop() {
throw UnimplementedError('stop() has not been implemented.');
}