Unblocks the specified User ID. Unblocked User cannot send messages to the ex-blocker.
User
Future<void> unblockUser(String userId) async { await SendbirdChat.unblockUser(userId); }