showNotification method
Show a simple notification.
Returns the notification ID.
Implementation
Future<int> showNotification({
required String title,
required String message,
String? channelId,
int? priority,
bool? autoCancel,
String? targetScreen,
Map<String, dynamic>? extraData,
}) {
throw UnimplementedError('showNotification() has not been implemented.');
}