showNotification method

Future<void> showNotification(
  1. NotificationRequest request
)

Show a notification

Implementation

Future<void> showNotification(NotificationRequest request) {
  throw UnimplementedError('showNotification() has not been implemented.');
}