TvService class abstract

Mixed in types
Implementers

Constructors

TvService()
Interface for this client.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close({bool force = false}) Future<void>
Close any resources associated with this object.
override
getBestOngoingGamesOfTvChannel({required TvChannel channel, int nb = 10, bool moves = true, bool pgnInJson = false, bool tags = true, bool clocks = false, bool opening = false}) Stream<LichessTvGameSummary>
Get best ongoing games of a TV channel.
getCurrentTvGames() Future<List<LichessTvGameBasicInfo>>
Get current TV games.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
streamCurrentTvGame() Stream<LichessTvGameSummary>
Stream current TV game.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited