WhatsappStickerImage.fromFile constructor

WhatsappStickerImage.fromFile(
  1. String file
)

Implementation

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