checkSlug method
Implementation
Future<Result<OrganizationSlugCheckResponse>> checkSlug({
required String slug,
}) => _api.checkSlug(slug: slug);
Future<Result<OrganizationSlugCheckResponse>> checkSlug({
required String slug,
}) => _api.checkSlug(slug: slug);