menu
sam_api_calls package
documentation
util/util.dart
ApiHelper
buildBearerAuth static method
buildBearerAuth static method
dark_mode
light_mode
buildBearerAuth
static method
String
buildBearerAuth
(
String
token
)
Implementation
static String buildBearerAuth(String token) { return "Bearer " + token; }
sam_api_calls package
documentation
util/util
ApiHelper
buildBearerAuth static method
ApiHelper class