W3cubDocs

/Dart 2

share method

Future share ([Map data ])

Implementation

Future share([Map data]) {
  if (data != null) {
    var data_1 = convertDartToNative_Dictionary(data);
    return _share_1(data_1);
  }
  return _share_2();
}

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/2.0.0/dart-html/Navigator/share.html