hasCalendarPermissions method

Future<bool> hasCalendarPermissions()

Checks if calendar permissions are granted.

Returns true if permissions are granted, false otherwise.

Implementation

Future<bool> hasCalendarPermissions() {
  throw UnimplementedError(
      'hasCalendarPermissions() has not been implemented.');
}