closeOnApplicationExit property

bool closeOnApplicationExit
final

Close an application-owned Runtime for exit requests and host detach.

Cancelable exit requests are available on supported desktop platforms. Flutter's detach callback is currently specific to iOS and Android.

Implementation

final bool closeOnApplicationExit;