dispose method

void dispose()

Releases native memory created by copyToNative.

This method is called within the IO implementation and should not be callable or even visible to end developers.

Implementation

void dispose() {
  throw UnimplementedError('Must implement method `$runtimeType.dispose`');
}