Share.file constructor
const
Share.file({})
The type of our WhatsApp chat
Implementation
const Share.file(
{this.mimeType = ShareType.typeFile,
required this.title,
required this.path,
this.text = ''})
: assert(mimeType != null),
shares = const [];