onNewLogCall abstract method

void onNewLogCall(
  1. void call()
)

Override this method to listen to new log calls and decide whether or not you should call dispatchLogCalls.

Implementation

void onNewLogCall(final void Function() call);