call method

void call(
  1. TreeSitterLogType type,
  2. String message
)

Implementation

void call(TreeSitterLogType type, String message) =>
    log?.call(payload, type, message);