Files
cup_edit/test/mimetic_filament_test.dart
2021-12-06 17:19:52 +08:00

11 lines
267 B
Dart

import 'package:flutter/services.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
const MethodChannel channel = MethodChannel('polyvox_filament');
TestWidgetsFlutterBinding.ensureInitialized();
test('getPlatformVersion', () async {});
}