getIAM_Pre method

Future<GetIAMResponse> getIAM_Pre(
  1. ServiceCall call,
  2. Future<GetIAMRequest> request
)

Implementation

$async.Future<$1.GetIAMResponse> getIAM_Pre(
    $grpc.ServiceCall call, $async.Future<$1.GetIAMRequest> request) async {
  return getIAM(call, await request);
}