main function

void main()

Implementation

void main() {
  WidgetsFlutterBinding.ensureInitialized();
  runApp(const InspectorApp());
}