calendar method

Future<bool> calendar()

Implementation

Future<bool> calendar() async {
  return await _validatePermission(Permission.calendar);
}