代码格式化

This commit is contained in:
v7lin
2019-12-12 23:49:59 +08:00
parent 6ee236e23b
commit e2e0bb3323

View File

@ -4,6 +4,8 @@ import 'package:flutter_test/flutter_test.dart';
void main() {
const MethodChannel channel = MethodChannel('v7lin.github.io/wechat_kit');
TestWidgetsFlutterBinding.ensureInitialized();
setUp(() {
channel.setMockMethodCallHandler((MethodCall methodCall) async {});
});