share method

Future<bool> share({
  1. WhatsApp type = WhatsApp.standard,
  2. String? phone,
  3. String? text,
  4. XFile? file,
})

Implementation

Future<bool> share({
  WhatsApp type = WhatsApp.standard,
  String? phone,
  String? text,
  XFile? file,
}) {
  throw UnimplementedError('share() has not been implemented.');
}