Future<void> saveDoctor(Doctor user) async { String userJson = jsonEncode(user); await _prefsInstance.setString(users, userJson); }