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