share method

Future share([
  1. Map? data
])

Implementation

Future share([Map? data]) {
  return Future.value();
}