We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be07a58 commit 83fec04Copy full SHA for 83fec04
1 file changed
test/flutter_web_auth_test.dart
@@ -5,6 +5,8 @@ import 'package:flutter_web_auth/flutter_web_auth.dart';
5
void main() {
6
const MethodChannel channel = MethodChannel('flutter_web_auth');
7
8
+ TestWidgetsFlutterBinding.ensureInitialized();
9
+
10
setUp(() {
11
channel.setMockMethodCallHandler((MethodCall methodCall) async {
12
expect(methodCall.method, 'authenticate');
0 commit comments