setPresence method

Future<void> setPresence(
  1. Presence presence
)

Sets the MyUser.presence to the provided value.

Implementation

Future<void> setPresence(Presence presence) =>
    _myUserService.updateUserPresence(presence);