getDefaultConfig method

IConfig getDefaultConfig(
  1. IStatus status
)

Implementation

IConfig getDefaultConfig(IStatus status) {
  final res = _getDefaultConfig(self, status.self);
  status.checkStatus();
  return IConfig(res);
}