kLog function

void kLog(
  1. dynamic msg
)

Implementation

void kLog(dynamic msg){
  Logger().d(msg);
}