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