File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,30 @@ class MockJsNotificationsPlatform
8989 set scopeUrl (String value) {
9090 // TODO: implement scopeUrl
9191 }
92+
93+ @override
94+ Future <void > dispose () {
95+ // TODO: implement dispose
96+ throw UnimplementedError ();
97+ }
98+
99+ @override
100+ Future <List <JSNotification >> getAllNotifications () {
101+ // TODO: implement getAllNotifications
102+ throw UnimplementedError ();
103+ }
104+
105+ @override
106+ Future <JSNotification ?> getNotification (String tag) {
107+ // TODO: implement getNotification
108+ throw UnimplementedError ();
109+ }
110+
111+ @override
112+ Future <List <String >> getNotificationTags () {
113+ // TODO: implement getNotificationTags
114+ throw UnimplementedError ();
115+ }
92116}
93117
94118void main () {
You can’t perform that action at this time.
0 commit comments