listMyMetadata_Pre method
Future<ListMyMetadataResponse>
listMyMetadata_Pre(
- ServiceCall call,
- Future<
ListMyMetadataRequest> request
Implementation
$async.Future<$2.ListMyMetadataResponse> listMyMetadata_Pre($grpc.ServiceCall call, $async.Future<$2.ListMyMetadataRequest> request) async {
return listMyMetadata(call, await request);
}