WhatsappStickerImage.fromFile constructor
WhatsappStickerImage.fromFile(
- String file
Implementation
factory WhatsappStickerImage.fromFile(String file) {
return WhatsappStickerImage._internal('file://$file');
}