ActivityRecognitionConfig constructor

ActivityRecognitionConfig({
  1. required bool runForegroundService,
})

Implementation

ActivityRecognitionConfig({
  required this.runForegroundService,
});