debugCanModifyProviders property

  1. @Deprecated('Will be removed in 3.0.0')
  2. @internal
(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

@Deprecated('Will be removed in 3.0.0')
@internal
void Function()? debugCanModifyProviders;