sendCommand method
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.');
}