getProducts method

Future<Map> getProducts(
  1. String token,
  2. String? active,
  3. String? pageNumber,
  4. String? pageSize,
)

Implementation

Future<Map> getProducts(
    String token, String? active, String? pageNumber, String? pageSize) {
  throw UnimplementedError("Get Products has not been implemented");
}