verbose method
Logs a message to the console if the verbose settings are on.
Implementation
void verbose(String? string) {
core.Settings().verbose(string);
}
Logs a message to the console if the verbose settings are on.
void verbose(String? string) {
core.Settings().verbose(string);
}