textureId method

Future<int?> textureId()

Implementation

Future<int?> textureId() {
  return cameraContext.textureId();
}