shareInner method
Implementation
Future<ShareResult> shareInner(List<String>? list, String type, { String? sharePanelTitle, String? subject, String? extraText}){
throw UnimplementedError('platformVersion() has not been implemented.');
}
Future<ShareResult> shareInner(List<String>? list, String type, { String? sharePanelTitle, String? subject, String? extraText}){
throw UnimplementedError('platformVersion() has not been implemented.');
}