updateStickerPack method

Future<void> updateStickerPack(
  1. StickerPack stickerPack
)

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