stopShare method

  1. @override
Future<int?> stopShare()
override

Implementation

@override
Future<int?> stopShare() async {
  return await methodChannel.invokeMethod<int>('stopShare');
}