enableServiceAccount_Pre method
Future<Empty>
enableServiceAccount_Pre(
- ServiceCall $call,
- Future<
EnableServiceAccountRequest> $request
Implementation
$async.Future<$1.Empty> enableServiceAccount_Pre($grpc.ServiceCall $call,
$async.Future<$0.EnableServiceAccountRequest> $request) async {
return enableServiceAccount($call, await $request);
}