log method

void log(
  1. ValueChangedCallback<T> callback
)

Implementation

void log(ValueChangedCallback<T> callback) => _logCallback = callback;