documentLoaded property

  1. @Output.new()
Stream<int> get documentLoaded

Implementation

@Output()
Stream<int> get documentLoaded => _documentLoadedController.stream;