verboseLog method
Implementation
void verboseLog(String message) {
if (_verboseLogging) {
print('[Insert Affiliate] [VERBOSE] $message');
}
}
void verboseLog(String message) {
if (_verboseLogging) {
print('[Insert Affiliate] [VERBOSE] $message');
}
}