stopShare method

Future<String?> stopShare()

Implementation

Future<String?> stopShare() async {
  throw UnimplementedError('stopShare() has not been implemented.');
}