cacheSaveItems abstract method

Future<Either<Failure, Success>> cacheSaveItems(
  1. List<MyLogModel> logs
)

Implementation

Future<Either<Failure, Success>> cacheSaveItems(List<MyLogModel> logs);