dispose method

dynamic dispose()

Implementation

dispose() {
  return FlutterGlPlatform.instance.dispose_interface(this.textureId!);
}