@@ -1178,11 +1178,16 @@ abstract class ResidentRunner extends ResidentHandlers {
Stringroute,
});
/// Connect to a flutter application.
///
/// [needsFullRestart] defaults to `true`, and controls if the frontend server should
/// compile a full dill. This should be set to `false` if this is called in [ResidentRunner.run], since that method already perfoms an initial compilation.