initApp static method

Future<void> initApp()

Implementation

static Future<void> initApp() async {
  await methodChannel.invokeMethod('initApp');
}