localStackRealtimeUrl top-level constant

  1. @visibleForTesting
String const localStackRealtimeUrl

Realtime WebSocket endpoint of the local stack.

Implementation

@visibleForTesting
const localStackRealtimeUrl =
    'ws://$localStackHost:$localStackPort/realtime/v1';