getSize method

Future<Int32List?> getSize(
  1. int texId
)

Implementation

Future<Int32List?> getSize(int texId) {
  throw UnimplementedError();
}