sendCommand method

Future<Map<String, dynamic>> sendCommand(
  1. Command command
)

Sends command to the Flutter Driver extensions. This must be implemented by subclass.

See also:

Implementation

Future<Map<String, dynamic>> sendCommand(Command command) async => throw UnimplementedError();