printDevLog property

bool? printDevLog
final

Whether to show the developer log. If this value is set to true, you can see logs of the activity (start, stop, etc) of the flutter_foreground_task plugin. It does not work in release mode. The default is false.

Implementation

final bool? printDevLog;