logE method

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

Implementation

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