import 'package:shared_preferences/shared_preferences.dart'; getPreferences() async { return await SharedPreferences.getInstance(); }