TimestampKeyRepository
Functions
Link copied to clipboard
abstract suspend fun hasPassed(key: TimestampKeys, duration: <Error class: unknown class>): Either<StorageFailure, Boolean>
Link copied to clipboard
Link copied to clipboard
abstract suspend fun update(key: TimestampKeys, timestamp: <Error class: unknown class>): Either<StorageFailure, Unit>