File Write Key Value Repo
class FileWriteKeyValueRepo(folder: File, filesChangedProcessingScope: CoroutineScope? = null) : WriteKeyValueRepo<String, File>
Content copied to clipboard
Files watching will not correctly works on Android with version of API lower than API 26
Constructors
Link copied to clipboard
fun FileWriteKeyValueRepo(folder: File, filesChangedProcessingScope: CoroutineScope? = null)
Content copied to clipboard