updateUserPresence abstract method

Future<void> updateUserPresence(
  1. Presence presence
)

Updates MyUser.presence to the provided value.

Implementation

Future<void> updateUserPresence(Presence presence);