Blocks the specified User ID. Blocked User cannot send messages to the blocker.
User
Future<User> blockUser(String userId) async { return await SendbirdChat.blockUser(userId); }