call method

Future<Settings> call()

Implementation

Future<Settings> call() {
  return repository.getSettings();
}