onAppStartedEvent method

Future<void> onAppStartedEvent()

Implementation

Future<void> onAppStartedEvent() async {
  await sendSchema();
  await _hotReloadThread();
}