empty static method

BotCommandScope empty()
override

create BotCommandScope Empty

Implementation

static BotCommandScope empty() {
  return BotCommandScope({});
}