getNotification method

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

Get notification by tag

Implementation

@override
Future<interop.JSNotification?> getNotification(String tag) {
  // TODO: implement getNotification
  throw UnimplementedError();
}