getCalendarAccounts method

Future<List<CalendarAccount>?> getCalendarAccounts()

Implementation

Future<List<CalendarAccount>?> getCalendarAccounts() {
  return CalendarEventsPlatform.instance.getCalendarAccounts();
}