menu
whatsapp_share_plus package
documentation
whatsapp_share_plus_platform_interface.dart
WhatsappSharePlusPlatform
shareImageToWhatsapp abstract method
shareImageToWhatsapp abstract method
dark_mode
light_mode
shareImageToWhatsapp
abstract method
Future
<
bool
?
>
shareImageToWhatsapp
(
{
required
String
imagePath
,
String
?
text
,
String
?
phone
,
})
Implementation
Future<bool?> shareImageToWhatsapp({ required String imagePath, String? text, String? phone, });
whatsapp_share_plus package
documentation
whatsapp_share_plus_platform_interface
WhatsappSharePlusPlatform
shareImageToWhatsapp abstract method
WhatsappSharePlusPlatform class