withEventCallback method

void withEventCallback(
  1. dynamic callback(
    1. TurbolinkEventResponseProperties
    )
)

Implementation

void withEventCallback(Function(TurbolinkEventResponseProperties) callback) {
  throw UnimplementedError('withEventCallback() has not been implemented.');
}