hotRestartAvailable property

  1. @override
  2. @computed
bool get hotRestartAvailable
override

Implementation

@override
@computed
bool get hotRestartAvailable =>
    _manager.connected &&
    _manager.registeredMethodsForService.keys.contains(_ServiceConnectionManager._kHotRestartServiceName);