menu
hermez_sdk package
documentation
http.dart
extractJSON function
extractJSON function
dark_mode
light_mode
extractJSON
function
Future
<
String
>
extractJSON
(
Response
response
)
Implementation
Future<String> extractJSON(http.Response response) async { return response.body; }
hermez_sdk package
documentation
http
extractJSON function
http library