canHardExit property

bool get canHardExit

True when the loaded libdart_bridge exports hardExit (>= 1.9.0). Callers should branch on this rather than assuming the call terminates.

Implementation

bool get canHardExit => _hardExit != null;