freeNative abstract method
void
freeNative()
Frees the native resources owned by this object. Subclasses implement the concrete free logic here; callers must use dispose instead.
Implementation
void freeNative();
Frees the native resources owned by this object. Subclasses implement the concrete free logic here; callers must use dispose instead.
void freeNative();