getAll abstract method

Future<Either<String, List<ComponentTemplate>>> getAll({
  1. int offset = 0,
  2. int limit = 20,
})

Get all components (paginated)

Implementation

Future<Either<String, List<ComponentTemplate>>> getAll(
    {int offset = 0, int limit = 20});