menu
truesight_core package
documentation
http/http.dart
ExtendedResponse
bodyAsInteger method
bodyAsInteger method
dark_mode
light_mode
bodyAsInteger
method
int
bodyAsInteger
(
)
Implementation
int bodyAsInteger() { return int.parse(data.toString()); }
truesight_core package
documentation
http/http
ExtendedResponse
bodyAsInteger method
ExtendedResponse extension on Response