TwitchManagerOpenApi class
Utility class for the usage of the Twitch APIs. For the usage, check the README.md.
Constructors
- TwitchManagerOpenApi({required String? clientId})
-
Factory method, it's needed the
clientId
to workfactory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
of<
T extends BaseTwitchOpenApi> ({required String? bearerToken}) → T - Return an instance of subclass BaseTwitchOpenApi. The instances available are:
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited