errorListener method

Future<void> errorListener(
  1. int textureId
)

Implementation

Future<void> errorListener(int textureId) {
  throw UnimplementedError('setLooping() has not been implemented.');
}