exitApp method

Future<bool> exitApp()

Implementation

Future<bool> exitApp() {
  throw UnimplementedError('exitApp() has not been implemented.');
}