debug static method

Future<void> debug(
  1. Object log
)

PUBLIC LOG METHODS

Implementation

static Future<void> debug(Object log) async => _log(subTag, "$log");