sendCommandMessage method
Implementation
void sendCommandMessage({
required String command,
required Map<String, dynamic> payload,
}) async {
throw UnimplementedError('sendCommandMessage() has not been implemented.');
}
void sendCommandMessage({
required String command,
required Map<String, dynamic> payload,
}) async {
throw UnimplementedError('sendCommandMessage() has not been implemented.');
}