shareFile method
Implementation
Future<bool?> shareFile({
required List<String> filePath,
required String phone,
@Deprecated("No support for text along with files, this field is ignored")
String? text,
Package package = Package.whatsapp,
}) {
throw UnimplementedError('shareFile() has not been implemented.');
}