exitApp method

Future<void> exitApp()

Exit app

Implementation

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