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