load static method

Implementation

static Future<AppSettings> load() async {
  final prefs = await SharedPreferences.getInstance();
  return AppSettings(prefs);
}