getNotification method

  1. @override
Future<JSNotification?> getNotification(
  1. String tag
)
override

Get notification by tag

Implementation

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