playAlarm method

FutureOr<void> playAlarm()

Implementation

FutureOr<void> playAlarm() {
  throw UnimplementedError('playAlarm() has not been implemented');
}