listMyMetadata_Pre method

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

Implementation

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