acquireTexture method

Future<int> acquireTexture(
  1. String id,
  2. int width,
  3. int height
)

Implementation

Future<int> acquireTexture(String id, int width, int height) {
  throw UnimplementedError('acquireTexture() has not been implemented.');
}