stopScreenSharing method

  1. @override
Future<void> stopScreenSharing()
override

3.11 Stop screen sharing

Implementation

@override
Future<void> stopScreenSharing() async {
  _engineNative.stopScreenSharing();
}