defaultConfigFile property

File defaultConfigFile

Implementation

static File get defaultConfigFile => OnvifUtil.userHome != null
    ? File(p.join(OnvifUtil.userHome!, '.onvif/credentials.json'))
    : throw Exception('User home directory not found');