canDebugPrint property

bool get canDebugPrint

Determines whether this service should log errors using debugPrint. Subclasses can override to disable or customize logging.

Implementation

bool get canDebugPrint => true;