onLoad property

EventStream<String?> get onLoad

Notifies events when load is completed.

Implementation

EventStream<String?> get onLoad => _onLoadEventStream ??= EventStream();