pageLifecycleDebug<P> function
P
pageLifecycleDebug<P>(
- P object
Implementation
P pageLifecycleDebug<P>(P object){
if(kDebugMode){
CategoryLogger.d([LogCategory.page, LogCategory.lifecycle], object.toString());
}
return object;
}