isPersistentCallbacks property

bool get isPersistentCallbacks

Implementation

bool get isPersistentCallbacks =>
    _ambiguate(SchedulerBinding.instance)!.schedulerPhase ==
    SchedulerPhase.persistentCallbacks;