setBot method

void setBot(
  1. V2NIMUserAIBot value
)

Implementation

void setBot(V2NIMUserAIBot value) {
  bot = value;
  notifyListeners();
}