addStickerPack method
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.');
}