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