enableServiceAccount_Pre method

Future<Empty> enableServiceAccount_Pre(
  1. ServiceCall $call,
  2. Future<EnableServiceAccountRequest> $request
)

Implementation

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