999fdad59c
Added the first draft version, but there are still a lot of unimplemented features.
13 lines
226 B
Dart
13 lines
226 B
Dart
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
// @dart=2.12
|
|
|
|
import 'package:camera_example/main.dart' as entrypoint;
|
|
import 'generated_plugin_registrant.dart';
|
|
|
|
Future<void> main() async {
|
|
registerPlugins();
|
|
entrypoint.main();
|
|
}
|