removeAllReceivedCfi method

void removeAllReceivedCfi()

Removes all the CFI-s from memory.

Implementation

void removeAllReceivedCfi() {
  removeAllReceivedCfiNative?.call(_sdk);
}