at_server_spec
verbs
Sync
requiresAuth method
requiresAuth
at_server_spec
verbs
Sync
requiresAuth method
Sync class
Constructors
Sync
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; }