showShareDialog function
Implementation
void showShareDialog(context, item, type, title, {lead}) {
shareContent(context,
message: formatShareText(item, lead: lead),
title: formatShareSubject(item, type, title),
url: formatShareURL(item));
}