updateStickerPack method
Updates stickerPack in Whatsapp
Updates stickerPack in the sticker pack list that is exposed via the
ContentProvider
Implementation
@override
Future<void> updateStickerPack(StickerPack stickerPack) async {
return await methodChannel.invokeMethod(
'updateStickerPack',
stickerPack.json,
);
}