getmDNSServiceListByType_Pre method
- ServiceCall call,
- Future<
OpenIoTHubStringValue> request
Implementation
$async.Future<$0.MDNSServiceList> getmDNSServiceListByType_Pre(
$grpc.ServiceCall call,
$async.Future<$0.OpenIoTHubStringValue> request) async {
return getmDNSServiceListByType(call, await request);
}