setLooping method

Future<void> setLooping(
  1. int textureId,
  2. bool looping
)

Toggles looping for player instance textureId.

Implementation

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