showNotification method

Future<void> showNotification(
  1. NotificationMessage notification,
  2. String? applicationId
)

Implementation

Future<void> showNotification(
    final NotificationMessage notification, final String? applicationId) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}