getAllmDNSServiceList_Pre method

Future<MDNSServiceList> getAllmDNSServiceList_Pre(
  1. ServiceCall $call,
  2. Future<Empty> $request
)

Implementation

$async.Future<$0.MDNSServiceList> getAllmDNSServiceList_Pre($grpc.ServiceCall $call, $async.Future<$1.Empty> $request) async {
  return getAllmDNSServiceList($call, await $request);
}