dispose method

dynamic dispose()
override

Implementation

dispose() {

  this.isDisposed = true;

  final _args = {
    "textureId": textureId
  };
  _channel.invokeMethod('dispose', _args);
}