getAllMqttDevice method

ResponseFuture<MqttDeviceInfoList> getAllMqttDevice(
  1. Empty request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$5.MqttDeviceInfoList> getAllMqttDevice($0.Empty request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getAllMqttDevice, request, options: options);
}