applicationResumed property

List<dynamic Function()> applicationResumed

Triggered when the application host has resumed.

Implementation

List<Function()> get applicationResumed => _resumedSource;