onLoad property
EventStream<String?>
get
onLoad
Notifies events when load is completed.
Implementation
EventStream<String?> get onLoad => _onLoadEventStream ??= EventStream();
Notifies events when load is completed.
EventStream<String?> get onLoad => _onLoadEventStream ??= EventStream();