import 'package:shared_preferences/shared_preferences.dart'; /// Shared [SharedPreferencesAsync] instance for the example app. /// Use this instead of the legacy [SharedPreferences.getInstance()] API. final prefsAsync = SharedPreferencesAsync();