getAppReloadConfig method
Get the reload configuration for a customer.
Implementation
Future<UserReloadConfiguration> getAppReloadConfig(
{required String customerId}) {
throw UnimplementedError('getAppReloadConfig() has not been implemented.');
}