Future<void> setEmployeeId(String id) async { final prefs = await SharedPreferences.getInstance(); await prefs.setString("icEmployeeId", id); }