getProviderOverride method

  1. @override
OrgNotificationsProvider getProviderOverride(
  1. 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);
}