log method

  1. @protected
dynamic log(
  1. Object? msg
)

Implementation

@protected
log(Object? msg) {
  // debugLog(msg, tag: "LivePlayer");
}