getAccessToken method

String? getAccessToken()

Implementation

String? getAccessToken() {
  return localStorage.getItem("ma:access_token");
}