newSavedScans abstract method

Future<Either<Failure, MyLogModel>> newSavedScans(
  1. String token,
  2. MyLogModel model
)

Implementation

Future<Either<Failure, MyLogModel>> newSavedScans(
    String token, MyLogModel model);