readCalendar constant
AndroidPermissionDef
const readCalendar
android.permission.READ_CALENDAR
Required to access the user's calendar events. Runtime permission: true Group: calendar
Implementation
static const readCalendar = AndroidPermissionDef(
'android.permission.READ_CALENDAR',
runtime: true,
group: 'calendar',
keywords: {'events'},
docNotes: {'Required to access the user\'s calendar events'},
);