File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 1
1
import 'package:flutter/services.dart' ;
2
2
import 'package:flutter_test/flutter_test.dart' ;
3
- import 'package:js_notifications/method_channel/js_notifications_method_channel.dart' ;
4
3
5
4
void main () {
6
5
TestWidgetsFlutterBinding .ensureInitialized ();
7
6
8
- MethodChannelJsNotifications platform = MethodChannelJsNotifications ();
9
7
const MethodChannel channel = MethodChannel ('js_notifications' );
10
8
11
9
setUp (() {
Original file line number Diff line number Diff line change 1
1
import 'package:flutter_test/flutter_test.dart' ;
2
2
import 'package:js_notifications/core/notification_action_result.dart' ;
3
- import 'package:js_notifications/interop/interop.dart' ;
4
3
import 'package:js_notifications/js_notifications_web.dart' ;
5
4
import 'package:js_notifications/platform_interface/js_notifications_platform_interface.dart' ;
6
5
import 'package:js_notifications/method_channel/js_notifications_method_channel.dart' ;
You can’t perform that action at this time.
0 commit comments