quit method

Future<void> quit()

Implementation

Future<void> quit() async {
  //only call this method when you want to quit the app
  assert(value);
  return pluginChannel.invokeMethod('quit');
}