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