WhatsappStickersHandlerPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- WhatsappStickersHandlerPlatform
- Implementers
Constructors
- WhatsappStickersHandlerPlatform()
- Constructs a WhatsappStickersHandlerPlatform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
isWhatsAppInstalled
→ Future<
bool> -
Returns if WhatsApp is installed
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addStickerPack(
StickerPack stickerPack) → Future< void> -
Adds
stickerPackto Whatsapp -
deleteStickerPack(
String identifier) → Future< void> -
Deletes StickerPack with
identifierfrom the storage -
isStickerPackInstalled(
String identifier) → Future< bool> -
Checks if a StickerPack with the given
identifieris available in WhatsApp -
launchWhatsApp(
) → void - Launches WhatsApp
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateStickerPack(
StickerPack stickerPack) → Future< void> -
Updates
stickerPackin Whatsapp
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ WhatsappStickersHandlerPlatform
-
The default instance of WhatsappStickersHandlerPlatform to use.
getter/setter pair