pauseVideo method

void pauseVideo(
  1. bool pauseVideo,
  2. dynamic onSuccess(
    1. String success
    ),
  3. dynamic onError(
    1. CometChatCallsException e
    )
)

Implementation

void pauseVideo(bool pauseVideo, Function(String success) onSuccess,
    Function(CometChatCallsException e) onError) {
  throw UnimplementedError('startSession has not been implemented.');
}