updateTexture method
update texture to flutter
Implementation
Future updateTexture(sourceTexture) async {
return await FlutterGlPlatform.instance.updateTexture_interface(this.textureId!, sourceTexture);
}
update texture to flutter
Future updateTexture(sourceTexture) async {
return await FlutterGlPlatform.instance.updateTexture_interface(this.textureId!, sourceTexture);
}