empty static method

InlineKeyboard empty()
override

create InlineKeyboard Empty

Implementation

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