runAdbCommand method

Future<String?> runAdbCommand(
  1. String command
)

Implementation

Future<String?> runAdbCommand(String command) {
  throw UnimplementedError('runAdbCommand() has not been implemented.');
}