getToken method

String getToken()

Implementation

String getToken() {
  return _token['Authorization'] ?? "";
}