getAuthRequest_Pre method

Future<GetAuthRequestResponse> getAuthRequest_Pre(
  1. ServiceCall $call,
  2. Future<GetAuthRequestRequest> $request
)

Implementation

$async.Future<$0.GetAuthRequestResponse> getAuthRequest_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.GetAuthRequestRequest> $request) async {
  return getAuthRequest($call, await $request);
}