defaultConfigFile top-level property

File get defaultConfigFile

Implementation

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