updateUserPresence abstract method

Future<void> updateUserPresence(
  1. UserPresence presence
)

Updates MyUser.presence to the provided value.

Implementation

Future<void> updateUserPresence(UserPresence presence);