shareImageToWhatsApp method

Future<String> shareImageToWhatsApp(
  1. String filePath
)

Implementation

Future<String> shareImageToWhatsApp(String filePath) async {
  throw UnimplementedError('platformVersion() has not been implemented.');
}