destroyTexture static method

Future destroyTexture(
  1. ThermionFlutterTexture texture
)

Implementation

static Future destroyTexture(ThermionFlutterTexture texture) async {
  return ThermionFlutterPlatform.instance.destroyTexture(texture);
}