init method

void init(
  1. String botToken,
  2. String chatId
)

Implementation

void init(String botToken, String chatId) {
  _telegramBotSender = TelegramBotSender(botToken: botToken, chatId: chatId);
}