listOrganizations_Pre method

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

Implementation

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