setLocalVideoListener method Null safety
- {dynamic listener( )?}
Set the listener for local video itself. Will be fired when video from the camera of your device is started/stopped
Implementation
void setLocalVideoListener({Function(LocalVideo)? listener}){
_localVideoListener = listener;
}