getLocationMetadata_Pre method

Future<GetLocationMetadataResponse> getLocationMetadata_Pre(
  1. ServiceCall call,
  2. Future<GetLocationMetadataRequest> request
)

Implementation

$async.Future<$11.GetLocationMetadataResponse> getLocationMetadata_Pre($grpc.ServiceCall call, $async.Future<$11.GetLocationMetadataRequest> request) async {
  return getLocationMetadata(call, await request);
}