NutrientEventStreamX extension
Typed filter getters for Stream<NutrientEvent>.
controller.events.pageChanged.listen((e) => print(e.pageIndex));
controller.events.annotationCreated.listen((e) {
for (final json in e.annotationsJson) {
print(json);
}
});
- on
Properties
-
annotationCreated
→ Stream<
AnnotationCreatedEvent> -
Available on Stream<
Filters to AnnotationCreatedEvent only.NutrientEvent> , provided by the NutrientEventStreamX extensionno setter -
annotationDeleted
→ Stream<
AnnotationDeletedEvent> -
Available on Stream<
Filters to AnnotationDeletedEvent only.NutrientEvent> , provided by the NutrientEventStreamX extensionno setter -
annotationDeselected
→ Stream<
AnnotationDeselectedEvent> -
Available on Stream<
Filters to AnnotationDeselectedEvent only.NutrientEvent> , provided by the NutrientEventStreamX extensionno setter -
annotationSelected
→ Stream<
AnnotationSelectedEvent> -
Available on Stream<
Filters to AnnotationSelectedEvent only.NutrientEvent> , provided by the NutrientEventStreamX extensionno setter -
annotationUpdated
→ Stream<
AnnotationUpdatedEvent> -
Available on Stream<
Filters to AnnotationUpdatedEvent only.NutrientEvent> , provided by the NutrientEventStreamX extensionno setter -
documentError
→ Stream<
DocumentErrorEvent> -
Available on Stream<
Filters to DocumentErrorEvent only.NutrientEvent> , provided by the NutrientEventStreamX extensionno setter -
documentLoaded
→ Stream<
DocumentLoadedEvent> -
Available on Stream<
Filters to DocumentLoadedEvent only.NutrientEvent> , provided by the NutrientEventStreamX extensionno setter -
documentSaved
→ Stream<
DocumentSavedEvent> -
Available on Stream<
Filters to DocumentSavedEvent only.NutrientEvent> , provided by the NutrientEventStreamX extensionno setter -
formFieldUpdated
→ Stream<
FormFieldUpdatedEvent> -
Available on Stream<
Filters to FormFieldUpdatedEvent only.NutrientEvent> , provided by the NutrientEventStreamX extensionno setter -
instantAuthFailed
→ Stream<
InstantAuthFailedEvent> -
Available on Stream<
Filters to InstantAuthFailedEvent only.NutrientEvent> , provided by the NutrientEventStreamX extensionno setter -
instantAuthFinished
→ Stream<
InstantAuthFinishedEvent> -
Available on Stream<
Filters to InstantAuthFinishedEvent only.NutrientEvent> , provided by the NutrientEventStreamX extensionno setter -
instantSyncFailed
→ Stream<
InstantSyncFailedEvent> -
Available on Stream<
Filters to InstantSyncFailedEvent only.NutrientEvent> , provided by the NutrientEventStreamX extensionno setter -
instantSyncFinished
→ Stream<
InstantSyncFinishedEvent> -
Available on Stream<
Filters to InstantSyncFinishedEvent only.NutrientEvent> , provided by the NutrientEventStreamX extensionno setter -
instantSyncStarted
→ Stream<
InstantSyncStartedEvent> -
Available on Stream<
Filters to InstantSyncStartedEvent only.NutrientEvent> , provided by the NutrientEventStreamX extensionno setter -
pageChanged
→ Stream<
PageChangedEvent> -
Available on Stream<
Filters to PageChangedEvent only.NutrientEvent> , provided by the NutrientEventStreamX extensionno setter -
pageClicked
→ Stream<
PageClickedEvent> -
Available on Stream<
Filters to PageClickedEvent only.NutrientEvent> , provided by the NutrientEventStreamX extensionno setter -
textSelectionChanged
→ Stream<
TextSelectionChangedEvent> -
Available on Stream<
Filters to TextSelectionChangedEvent only.NutrientEvent> , provided by the NutrientEventStreamX extensionno setter