hasEventsAccess method

Future<bool> hasEventsAccess()

Implementation

Future<bool> hasEventsAccess() async {
  return RemindersPlatform.events.hasEventsAccess();
}