token property

String token

access_token parameter of the link that launched the application.

Implementation

String get token => _queryParameters['access_token'] as String;