main function

void main()

Implementation

void main() async {
  DartVLC.initialize(/*useFlutterNativeView: true*/);
  runApp(DartVLCExample());
}