startVisitFailed property

  1. @JsonKey(ignore: true)
Event<bool?>? startVisitFailed
inherited

notify user when the start visit action process fails

Implementation

@JsonKey(ignore: true)
Event<bool?>? get startVisitFailed =>
    throw _privateConstructorUsedError;