dispose_interface method
Implementation
void dispose_interface(int textureId) async {
this.isDisposed = true;
final _args = {"textureId": textureId};
await _channel.invokeMethod('dispose', _args);
}
void dispose_interface(int textureId) async {
this.isDisposed = true;
final _args = {"textureId": textureId};
await _channel.invokeMethod('dispose', _args);
}