invalidate method

Future<void> invalidate(
  1. int texId
)

Implementation

Future<void> invalidate(int texId) {
  throw UnimplementedError();
}