installDependenciesOnHost method

  1. @override
Future<bool> installDependenciesOnHost()
override

Install host dependencies that is required to run the app on the remote device.

Implementation

@override
Future<bool> installDependenciesOnHost() {
  return _installFlutterPiTool();
}