load method

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

Implementation

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