isSend method
Implementation
bool isSend() {
String? currentUid = SpUtil.getString(BytedeskConstants.VISITOR_UID);
if (currentUid == user?.uid) {
return true;
}
return false;
}
bool isSend() {
String? currentUid = SpUtil.getString(BytedeskConstants.VISITOR_UID);
if (currentUid == user?.uid) {
return true;
}
return false;
}