updateUserAvatarUrl abstract method

Future<ZIMUserAvatarUrlUpdatedResult> updateUserAvatarUrl(
  1. String userAvatarUrl
)

Available since: 2.3.0 and above.

Description: Through this interface, you can update your user avatar url.

When to call /Trigger: It is available only after calling create to create the instance and then calling login to login.

userAvatarUrl the user avatar url you want to update.

Implementation

Future<ZIMUserAvatarUrlUpdatedResult> updateUserAvatarUrl(
    String userAvatarUrl);