locationAuth_Pre method

Future<LocationAuthResponse> locationAuth_Pre(
  1. ServiceCall call,
  2. Future<LocationAuthRequest> request
)

Implementation

$async.Future<$9.LocationAuthResponse> locationAuth_Pre($grpc.ServiceCall call, $async.Future<$9.LocationAuthRequest> request) async {
  return locationAuth(call, await request);
}