getAllMqttDevice_Pre method

Future<MqttDeviceInfoList> getAllMqttDevice_Pre(
  1. ServiceCall call,
  2. Future<Empty> request
)

Implementation

$async.Future<$7.MqttDeviceInfoList> getAllMqttDevice_Pre($grpc.ServiceCall call, $async.Future<$0.Empty> request) async {
  return getAllMqttDevice(call, await request);
}