restartApp static method

Future<bool> restartApp()

Restarts the app

Implementation

static Future<bool> restartApp() async {
  return await _channel.invokeMethod('restart');
}