load method

Future<void> load()
inherited

Triggers content load.

Implementation

Future<void> load() async {
  await getContent();
}