Skip to content

Commit 95c0bb6

Browse files
committed
fix(messaging): remove unnecessary JS annotation for Messaging extension type
1 parent ca8eb23 commit 95c0bb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/firebase_messaging/firebase_messaging_web/lib/src/interop/messaging_interop.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ external JSFunction onMessage(
3636
Observer observer,
3737
);
3838

39-
@JS('Messaging')
4039
extension type MessagingJsImpl._(JSObject _) implements JSObject {}
4140

4241
extension type Observer._(JSObject _) implements JSObject {

0 commit comments

Comments
 (0)