wialon
wialon
WialonSdk
log method
log
log
method
Null safety
void
log
(
dynamic
content
)
debug printer
Implementation
void log(dynamic content) { print("[${DateTime.now()}]: $content"); }
wialon
wialon
WialonSdk
log method
WialonSdk class
Constructors
WialonSdk
Properties
baseUrl
debug
hashCode
host
runtimeType
sessionId
Methods
call
log
logout
noSuchMethod
oauthLogin
reverseGeocoding
tokenLogin
toString
Operators
operator ==