debugVsyncs property

DoubleLinkedQueue<void Function()> debugVsyncs
final

A debug utility used by flutter_riverpod/hooks_riverpod to check if it is safe to modify a provider.

This corresponds to all the widgets that a Provider is associated with.

Implementation

final DoubleLinkedQueue<void Function()> debugVsyncs = DoubleLinkedQueue();