updateTexture_interface method

Future updateTexture_interface(
  1. int textureId,
  2. dynamic sourceTexture
)
override

updateTexture no meaning in web

Implementation

updateTexture_interface(int textureId, sourceTexture) async {
  // web no need do something
  return Future.sync(() => true);
}