Updates data from file and marks as modified.
Future<void> updateFromFile(File file) async { await _setDataFromFile(file, markModified: true); }