getLocationMetadata_Pre method
- 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);
}