lifetime property

Implementation

FlutterApplicationLifetime get lifetime =>
    services.getRequiredService<HostApplicationLifetime>()
        as FlutterApplicationLifetime;