foregroundService constant
AndroidPermissionDef
const foregroundService
android.permission.FOREGROUND_SERVICE
Allows running foreground services. Since SDK: 28 Group: foreground_service
Implementation
static const foregroundService = AndroidPermissionDef(
'android.permission.FOREGROUND_SERVICE',
sinceSDK: 28,
group: 'foreground_service',
keywords: {'service', 'persistent', 'foreground'},
);