dispose method

Future<void> dispose()
override

Release the object.

Implementation

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