listOrgMetadata_Pre method

Future<ListOrgMetadataResponse> listOrgMetadata_Pre(
  1. ServiceCall call,
  2. Future<ListOrgMetadataRequest> request
)

Implementation

$async.Future<$1.ListOrgMetadataResponse> listOrgMetadata_Pre(
    $grpc.ServiceCall call,
    $async.Future<$1.ListOrgMetadataRequest> request) async {
  return listOrgMetadata(call, await request);
}