release method

Future release()

Implementation

Future release() async {
  if (this._textureId != null) {
    this._textureId = null;
    try {
      setState(() {});
    } catch (_) {}
    await _readySubscription?.cancel();
  _readySubscription = null;
    await Fqreader._release();
  }
}