static Future<void> setBytes(String key, List<int> bytes) async => File("${_bigFilesDirectory.path}/$key.dat").writeAsBytes( bytes, flush: true, );