clear all preferences managers
@override Future<void> clear() async { await secureStorage.deleteAll(); return super.clear(); }