IosConfiguration constructor
IosConfiguration({
- dynamic onForeground(
- ServiceInstance service
- FutureOr<
bool> onBackground(- ServiceInstance service
- bool autoStart = true,
Implementation
IosConfiguration({
this.onForeground,
this.onBackground,
this.autoStart = true,
});