getLocalVideoView method

AgoraVideoView? getLocalVideoView()

Implementation

AgoraVideoView? getLocalVideoView() {
  return _rtc.localView();
}