getNotification method
Get notification by tag
Implementation
@override
Future<interop.JSNotification?> getNotification(String tag) async {
return _notifications[tag];
}
Get notification by tag
@override
Future<interop.JSNotification?> getNotification(String tag) async {
return _notifications[tag];
}