debug property

bool? debug
final

Configure the SDK to emit sound effects and local-notifications during development.

Defaults to false. When set to true, the SDK will emit debugging sounds and notifications for life-cycle events of BackgroundGeolocation.

iOS

In you wish to hear debug sounds in the background, you must manually enable the background-mode:

[x] Audio and Airplay background mode in Background Capabilities of XCode.

Debug Sound FX

Foo

Implementation

final bool? debug;