googleAuthen_Pre method

Future<GoogleAuthenReply> googleAuthen_Pre(
  1. ServiceCall call,
  2. Future<GoogleAuthenRequest> request
)

Implementation

$async.Future<$0.GoogleAuthenReply> googleAuthen_Pre($grpc.ServiceCall call, $async.Future<$0.GoogleAuthenRequest> request) async {
  return googleAuthen(call, await request);
}