getValueStream method

Stream<HaloVideoPlayerValue> getValueStream(
  1. int textureId
)

Stream of player value updates

Implementation

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