listOrganizations_Pre method

Future<ListOrganizationsResponse> listOrganizations_Pre(
  1. ServiceCall call,
  2. Future<ListOrganizationsRequest> request
)

Implementation

$async.Future<$9.ListOrganizationsResponse> listOrganizations_Pre($grpc.ServiceCall call, $async.Future<$9.ListOrganizationsRequest> request) async {
  return listOrganizations(call, await request);
}