addRecord method
Implementation
void addRecord({required HttpRecordEntity httpRecord}) {
_httpsDebugContext.circularBufferNotifier.add(httpRecord);
}
void addRecord({required HttpRecordEntity httpRecord}) {
_httpsDebugContext.circularBufferNotifier.add(httpRecord);
}