empty static method

StickerSet empty()
override

create StickerSet Empty

Implementation

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