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 work
factory

Properties

clientId String?
Client id of your Twitch app, check the README.md for the configuration
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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