localVideoStateChanged property Null safety

(dynamic Function?(LocalVideoStreamState localVideoState, LocalVideoStreamError error)?) localVideoStateChanged
read / write

Occurs when the local video state changes.

Implementation

Function(LocalVideoStreamState localVideoState, LocalVideoStreamError error)?
    localVideoStateChanged;