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