sendCommand method

Future<String?> sendCommand({
  1. required String message,
})

Thrown by operations that have not been implemented yet. a UnsupportedError all things considered. This mistake is just planned for use during improvement.

Implementation

Future<String?> sendCommand({required String message}) {
  throw UnimplementedError('sendCommand() has not been implemented.');
}