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