createDebugUrl method

String createDebugUrl(
  1. String host
)

Implementation

String createDebugUrl(String host) {
  return _devImp.createDebugUrl(host, null, _uuid.toString());
}