getAll abstract method
Get all components (paginated)
Implementation
Future<Either<String, List<ComponentTemplate>>> getAll(
{int offset = 0, int limit = 20});
Get all components (paginated)
Future<Either<String, List<ComponentTemplate>>> getAll(
{int offset = 0, int limit = 20});