Clears the stored save data.
@override Future<void> clear() async { if (await _file.exists()) { await _file.delete(); } }