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