CallbackPathMatcher constructor

CallbackPathMatcher(
  1. bool _callback(
    1. String path
    )
)

Creates a CallbackPathMatcher with the specified callback function.

Implementation

CallbackPathMatcher(this._callback);