sendCommand method
- Command command
Sends command
to the Flutter Driver extensions.
This must be implemented by subclass.
See also:
- VMServiceFlutterDriver, which uses vmservice to implement.
- WebFlutterDriver, which uses webdriver to implement.
Implementation
Future<Map<String, dynamic>> sendCommand(Command command) async => throw UnimplementedError();