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