dispose method

Future<void> dispose()

Dispose the associated native buffer.

Implementation

Future<void> dispose() async {
  await _channel.invokeMethod('releaseBuffer', address);
}