supportsRestartRequest property

bool supportsRestartRequest

Whether or not this adapter can handle the restartRequest.

If false, the editor will just terminate the debug session and start a new one when the user asks to restart. If true, the adapter must implement the restartRequest method and handle its own restart (for example the Flutter adapter will perform a Hot Restart).

Implementation

bool get supportsRestartRequest => false;