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