useDebugValue function
Associates debugging information with the current hook.
Implementation
void useDebugValue(Object? value, [String Function(Object? value)? format]) =>
currentReactRuntime.binding.useDebugValue(value, format);
Associates debugging information with the current hook.
void useDebugValue(Object? value, [String Function(Object? value)? format]) =>
currentReactRuntime.binding.useDebugValue(value, format);