stopAllRemoteView method Null safety

Future<void> stopAllRemoteView()

Stop displaying all remote video images and pulling the video data streams of all remote users

Note: if there is a screen sharing image, it will be stopped together with other remote video images.

Implementation

Future<void> stopAllRemoteView() {
  return _channel.invokeMethod('stopAllRemoteView');
}