Future<void> installApk({required String path}) async { await _channel.invokeMethod('$_name/installApk', {'path': path}); }