RELAY_URL_REGEX property

RegExp RELAY_URL_REGEX
getter/setter pair

Implementation

static RegExp RELAY_URL_REGEX = RegExp(
    r'^(wss?:\/\/)([0-9]{1,3}(?:\.[0-9]{1,3}){3}|[^:]+):?([0-9]{1,5})?$');