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