listOrgMetadata_Pre method

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

Implementation

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