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