addNotification method
Send notification with interop.JSNotification to service worker
Implementation
@override
Future<void> addNotification(interop.JSNotification notification) {
// TODO: implement addNotification
throw UnimplementedError();
}