wsUrl static method

String wsUrl(
  1. String server
)

Implementation

static String wsUrl(String server) =>
    'ws${FileF.isSecure ? 's' : ''}://$server';