getShareStatus method

  1. @deprecated
Future<String> getShareStatus()

Use getShareActionList instead.

Implementation

@deprecated /// Use [getShareActionList] instead.
Future<String> getShareStatus() async {
  return "";
}