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