isSupportedCommand method

Future<bool> isSupportedCommand(
  1. FSensorCommand command
)

Implementation

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