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