getTimeline method

Future<List<TimelineModel>> getTimeline({
  1. DateTime? startDate,
  2. DateTime? endDate,
  3. TimeZoneType timeZone = TimeZoneType.local,
})

Implementation

Future<List<TimelineModel>> getTimeline({
  DateTime? startDate,
  DateTime? endDate,
  TimeZoneType timeZone = TimeZoneType.local,
}) {
  throw UnimplementedError('getTimeline() has not been implemented.');
}