at_server_spec
verbs
Config
requiresAuth method
requiresAuth
at_server_spec
verbs
Config
requiresAuth method
Config class
Constructors
Config
Properties
hashCode
runtimeType
Methods
dependsOn
name
noSuchMethod
requiresAuth
syntax
toString
usage
Operators
operator ==
requiresAuth
method
@
override
bool
requiresAuth
(
)
override
Returns whether a verb requires authentication
Implementation
@override bool requiresAuth() { return true; }