MesiboProfile constructor
MesiboProfile({})
Implementation
Future<MesiboLocation?> get(){return subscribe(0);}}class MesiboProfile extends MesiboProfileFlutter{static const int MESIBO_MSGSTATUS_RECEIVEDNEW= 0x12;static const int VISIBILITY_NONE= 0;static const int VISIBILITY_PUBLIC= 1;static const int VISIBILITY_SEARCHABLE= 3;MesiboProfileLocation? locationProfile= null;MesiboProfile({super.address,required super.groupId,required super.uid,required super.hash_id,super.name,required super.selfProfile,}
);