ente/thirdparty/integration_test/example/lib/main.dart
2021-02-02 00:44:04 +05:30

6 lines
135 B
Dart

import 'my_app.dart' if (dart.library.html) 'my_web_app.dart';
// ignore_for_file: public_member_api_docs
void main() => startApp();