getService_Pre method

Future<ManagedService> getService_Pre(
  1. ServiceCall $call,
  2. Future<GetServiceRequest> $request
)

Implementation

$async.Future<$1.ManagedService> getService_Pre($grpc.ServiceCall $call,
    $async.Future<$0.GetServiceRequest> $request) async {
  return getService($call, await $request);
}