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