addStickerPack method

Future<void> addStickerPack(
  1. StickerPack stickerPack
)

Adds stickerPack to Whatsapp

Saves stickerPack to the sticker pack list that is exposed via the ContentProvider Does not save the actual sticker files anywhere Also sends request to add the pack to Whatsapp

Implementation

Future<void> addStickerPack(StickerPack stickerPack) async {
  throw UnimplementedError('addStickerPack() has not been implemented.');
}