unblockUser abstract method
Unblocks a user.
chatId: ID of the chatuserId: ID of the user unblockingblockedUserId: ID of the user to unblock
Returns true if the operation succeeded.
Implementation
Future<bool> unblockUser({
required String chatId,
required String userId,
required String blockedUserId,
});