static Future<bool> installApk(String path) async { final bool isSuccess = await _channel.invokeMethod('installApk', path); return isSuccess; }