stateStream method

Stream<TimelinePlayerState> stateStream(
  1. int textureId
)

Implementation

Stream<TimelinePlayerState> stateStream(int textureId) {
  throw UnimplementedError('stateStream() has not been implemented.');
}