getCalendarAccounts method

Future<List<CalendarAccount>?> getCalendarAccounts()

Implementation

Future<List<CalendarAccount>?> getCalendarAccounts() {
  throw UnimplementedError('getCalendarAccounts() has not been implemented.');
}