logV method

void logV(
  1. String tag,
  2. String message
)

Implementation

void logV(String tag, String message) {
  throw UnimplementedError('V(tag,message) has not been implemented.');
}