handlerUrl method

bool handlerUrl(
  1. String url
)

Implementation

bool handlerUrl(String url) {
  return _handlerReturnData(url);
}