resolve abstract method

  1. @protected
Future<String> resolve()

Gets the data from the remote source and returns the raw data. The returned string will be saved in the cache and decoded using fromJson.

Implementation

@protected
Future<String> resolve();