load static method

Future<CsrConfig?> load()

load CsrConfig from filesystem.

Implementation

static Future<CsrConfig?> load() async {
  return _loadCsrConfig();
}