SDKsFlutter
Delete a friend
Delete a friend relationship with the OpenIM Flutter SDK.
await OpenIM.iMManager.friendshipManager.deleteFriend(
userID: friendUserID,
);A successful Future means that the deletion request completed. onFriendDeleted subsequently removes the record by userID; see Retrieve the friend list by page for the complete event ownership.
Was this page helpful?