getAuthorizationHeaders property

Map<String, dynamic> getAuthorizationHeaders

Gets the headers which helps to authorize a request to RIOT Valorant API.

Use this to send custom requests with authorization.

You will get Empty Map if isInitialized is false or authorization failed internally.

Implementation

Map<String, dynamic> get getAuthorizationHeaders => _rsoHandler._authHeaders;