onLoad method

Future<void> onLoad()

Implementation

Future<void> onLoad() async {
  return _loader.load();
}