applicationDetached property

List<dynamic Function()> applicationDetached

Triggered when the application host is detached.

Implementation

List<Function()> get applicationDetached => _detachedSource;