sendCommand abstract method

Future sendCommand(
  1. List command
)

Execute a custom command

Implementation

Future<dynamic> sendCommand(List<dynamic> command);