updateStickerPack method
Updates stickerPack in Whatsapp
Updates stickerPack in the sticker pack list that is exposed via the
ContentProvider
Implementation
Future<void> updateStickerPack(StickerPack stickerPack) async {
throw UnimplementedError('updateStickerPack() has not been implemented.');
}