empty static method

BotCommandScopeDefault empty()
override

create BotCommandScopeDefault Empty

Implementation

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