logI method

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

Implementation

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