LocalVideoStateCallback typedef Null safety

LocalVideoStateCallback = void Function(LocalVideoStreamState localVideoState, LocalVideoStreamError error)

Implementation

typedef LocalVideoStateCallback = void Function(
    LocalVideoStreamState localVideoState, LocalVideoStreamError error);