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