onLoad method

Future<void> onLoad()

Implementation

Future<void> onLoad() async {
  await _loader?.load();
  _loader = null;
}