load method

Future<void> load()

Triggers content load.

Implementation

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