fromJson method

  1. @override
Data fromJson(
  1. String json
)
override

Transforms the raw data from the remote source to the data that will be used in the stream.

Implementation

@override
Data fromJson(String json) {
  throw UnimplementedError();
}