stopScreenShare method

Future<int> stopScreenShare()

Implementation

Future<int> stopScreenShare() async {
  return await CrImpl.instance.stopScreenShare();
}