askarEntryListFree function

void askarEntryListFree(
  1. EntryListHandle handle
)

Implementation

void askarEntryListFree(EntryListHandle handle) {
  nativeAskarEntryListFree(handle.toInt());
}