shareImageToWhatsapp abstract method

Future<bool?> shareImageToWhatsapp({
  1. required String imagePath,
  2. String? text,
  3. String? phone,
})

Implementation

Future<bool?> shareImageToWhatsapp({
  required String imagePath,
  String? text,
  String? phone,
});