listOrganizations_Pre method

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

Implementation

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