getServiceAccount_Pre method
Future<ServiceAccount>
getServiceAccount_Pre(
- ServiceCall $call,
- Future<
GetServiceAccountRequest> $request
Implementation
$async.Future<$0.ServiceAccount> getServiceAccount_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.GetServiceAccountRequest> $request) async {
return getServiceAccount($call, await $request);
}