Removes all focus quest data from this storage backend.
@override Future<void> clear() async { final box = await _openBox; await box.delete(_sessionsKey); await box.delete(_profileKey); }