fetchOrCache static method

Future fetchOrCache(
  1. String url,
  2. Duration ttl
)

Implementation

static Future<dynamic> fetchOrCache(String url, Duration ttl) async {
  throw UnsupportedError('OfflineProvider is not supported on this platform');
}