listMyMetadata_Pre method

Future<ListMyMetadataResponse> listMyMetadata_Pre(
  1. ServiceCall $call,
  2. Future<ListMyMetadataRequest> $request
)

Implementation

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