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