removeAllReceivedCfi method
Removes all the CFI-s from memory.
Implementation
void removeAllReceivedCfi() {
removeAllReceivedCfiNative?.call(_sdk);
}
Removes all the CFI-s from memory.
void removeAllReceivedCfi() {
removeAllReceivedCfiNative?.call(_sdk);
}