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