playNotification method

FutureOr<void> playNotification()

Implementation

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