isStickerPackInstalled method

Future<bool> isStickerPackInstalled(
  1. String identifier
)

Checks if a StickerPack with the given identifier is available in WhatsApp

Implementation

Future<bool> isStickerPackInstalled(String identifier) async {
  throw UnimplementedError(
    'isStickerPackInstalled() has not been implemented.',
  );
}