setSlackBotToken static method

Future<void> setSlackBotToken(
  1. String token
)

Set Slack bot token

Implementation

static Future<void> setSlackBotToken(String token) async {
  await setConfigValue('slack_bot_token', token);
}