sendCommandBundle method
Sends a command with a Map value to DataWedge.
Implementation
Future<void> sendCommandBundle({
required String command,
required Map<String, dynamic> value,
String? commandTag,
bool requestResult = true,
}) {
throw UnimplementedError('sendCommandBundle() has not been implemented.');
}