remoteVideoStateChanged property Null safety

(dynamic Function?(int uid, VideoRemoteState state, VideoRemoteStateReason reason, int elapsed)?) remoteVideoStateChanged
read / write

Occurs when the remote video state changes.

Implementation

Function(int uid, VideoRemoteState state, VideoRemoteStateReason reason,
    int elapsed)? remoteVideoStateChanged;