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