menu
datahub package
documentation
datahub.dart
BearerAuth
BearerAuth.new constructor
BearerAuth.new constructor
dark_mode
light_mode
BearerAuth
constructor
BearerAuth
(
String
token
, {
String
prefix
=
'Bearer '
,
})
Implementation
BearerAuth(this.token, {this.prefix = 'Bearer '});
datahub package
documentation
datahub
BearerAuth
BearerAuth.new constructor
BearerAuth class