TwitchInterface constructor

TwitchInterface({
  1. required String clientId,
  2. required String? redirectionURL,
  3. String? accessToken = '',
})

Implementation

TwitchInterface(
    {required this.clientId,
    required this.redirectionURL,
    this.accessToken = ''});