mirror of
https://github.com/RxReader/wechat_kit.git
synced 2025-08-26 08:41:03 +08:00
代码格式化
This commit is contained in:
@ -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 {});
|
||||
});
|
||||
|
Reference in New Issue
Block a user