free method
Releases memory allocated on the native heap.
Implementation
@override
void free(Pointer<NativeType> pointer) {
throw new UnsupportedError('Can not use the null memory to free pointers!');
}
Releases memory allocated on the native heap.
@override
void free(Pointer<NativeType> pointer) {
throw new UnsupportedError('Can not use the null memory to free pointers!');
}