disposeById method

Future<bool> disposeById(
  1. String id
)

Dispose reference from native side.

Avoid calling this manually. Let Reference handle it with Finalizer.

Implementation

Future<bool> disposeById(final String id) => throw UnimplementedError();