getProviderOverride method
Obtains the new behavior for a provider associated to the overridden family.
Implementation
@override
FieldFocusNotifierProvider getProviderOverride(
covariant FieldFocusNotifierProvider provider,
) {
return call(
provider.id,
);
}