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