onResonse method

  1. @override
List<String> onResonse(
  1. List result
)
override

Converts the response result to the specified type RESULT.

Implementation

@override
List<String> onResonse(List result) {
  return result.cast();
}