stateNotifier method

ValueNotifier<bool> stateNotifier(
  1. String userID
)

camera state notifier of userID

Implementation

ValueNotifier<bool> stateNotifier(String userID) =>
    ZegoUIKit().getCameraStateNotifier(userID);