v static method

void v(
  1. String tag,
  2. String msg
)

Implementation

static void v(String tag, String msg) {
  instance?.v(tag, msg);
}