share method
Implementation
Future<ShareResult> share(String message) {
throw UnimplementedError('share() has not been implemented.');
}
Future<ShareResult> share(String message) {
throw UnimplementedError('share() has not been implemented.');
}