token property

String? get token

Get the current bearer token.

Implementation

String? get token => _bearerToken;