showNotification method

Future<void> showNotification(
  1. NotificationInfo info
)

Implementation

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