localServerUrl property

ValueNotifier<String?> localServerUrl
final

Current local server URL (null until ready)

Implementation

final ValueNotifier<String?> localServerUrl = ValueNotifier(null);