load method

Future<void> load(
  1. int id,
  2. String url,
  3. String? title,
  4. String? subtitle,
  5. Map<String, String> headers,
)

Implementation

Future<void> load(int id, String url, String? title, String? subtitle, Map<String, String> headers) {
  throw UnimplementedError('load() has not been implemented.');
}