logMe method

void logMe()
override

Implementation

void logMe() {
  methodChannel.invokeMethod('log');
}