getAutoReloadConfiguration method

Future<AutoReloadConfig> getAutoReloadConfiguration({
  1. required String customerId,
})

Get the auto reload configuration for a customer.

Implementation

Future<AutoReloadConfig> getAutoReloadConfiguration(
    {required String customerId}) {
  throw UnimplementedError(
      'getAutoReloadConfiguration() has not been implemented.');
}