debugCanModifyProviders property

(void Function()?) debugCanModifyProviders
getter/setter pair

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

void Function()? debugCanModifyProviders;