getWsUrl static method

Future<String?> getWsUrl()

Gets the WebSocket URL from the environment file

Implementation

static Future<String?> getWsUrl() async {
  return await getEnvVar('WS_URL');
}