SlackService constructor

SlackService({
  1. required String botToken,
  2. required String channel,
  3. bool debugMode = false,
})

Implementation

SlackService({
  required this.botToken,
  required this.channel,
  this.debugMode = false,
});