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