deleteStickerPack method

Future<void> deleteStickerPack(
  1. String identifier
)

Deletes StickerPack with identifier from the storage

Deletes StickerPack from the sticker pack list that is exposed via the ContentProvider The StickerPack still needs to be deleted manually in the WhatsApp UI

Implementation

Future<void> deleteStickerPack(String identifier) async {
  throw UnimplementedError('deleteStickerPack() has not been implemented.');
}