Future<String?> company() async { final preferences = await SharedPreferences.getInstance(); return preferences.getString('company'); }