Completes with true once the user preferences for the app has been cleared.
@override Future<bool> clear() async { _data.clear(); return true; }