getAllCalendars method

Future<List<Calendar>?> getAllCalendars()

Implementation

Future<List<Calendar>?> getAllCalendars() async {
  return RemindersPlatform.events.getAllCalendars();
}