exitApp method

Future<void> exitApp()

Exit app

Implementation

Future<void> exitApp() async {
  if (!Internal.supportPlatform) return;
  await Internal.curiosityChannel.invokeMethod<dynamic>('exitApp');
}