onResonse method

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

Converts the response result to the specified type RESULT.

Implementation

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