onResonse method

  1. @override
bool onResonse(
  1. Map<String, dynamic> result
)
override

Converts the response result to the specified type RESULT.

Implementation

@override
bool onResonse(Map<String, dynamic> result) {
  return result["is_healthy"];
}