shareUri method
Shares a uri
via the platform-specific interface.
Implementation
Future<ShareResult> shareUri(Uri uri, {String? subject, Rect? shareOrigin}) {
throw UnimplementedError('shareUri(uri, {subject, shareOrigin}) has not been implemented for this platform.');
}