getAllCalendars method

Future<List<Calendar>?> getAllCalendars()

Implementation

Future<List<Calendar>?> getAllCalendars() async {
  throw UnimplementedError('getAllCalendars has not been implemented');
}