isSupportedCommand method

Future<bool> isSupportedCommand(
  1. SensorCommand command
)

Implementation

Future<bool> isSupportedCommand(SensorCommand command) async {
  return api.isSupportedCommand(guid, command);
}