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