This commit is contained in:
2023-08-09 21:02:52 +05:30
parent 966cd062d6
commit c2aede89f7
25 changed files with 5107 additions and 46 deletions

View File

@@ -162,4 +162,9 @@ public abstract class AppUtil {
}
public static String getCgToken(Context context){
SharedPreferences sp = context.getSharedPreferences(CAREGIVER_DETAILS, Context.MODE_PRIVATE);
return sp.getString(CAREGIVER_TOKEN, null);
}
}