setPresence method
- Presence presence
Updates MyUser.presence to the provided presence
.
Implementation
Future<void> setPresence(Presence presence) =>
_myUserService.updateUserPresence(presence);
Updates MyUser.presence to the provided presence
.
Future<void> setPresence(Presence presence) =>
_myUserService.updateUserPresence(presence);