createTimelineEventById abstract method

Future createTimelineEventById(
  1. String id,
  2. String type,
  3. DateTime date,
  4. Map<String, dynamic> properties,
)

Implementation

Future<dynamic> createTimelineEventById(
  String id,
  String type,
  DateTime date,
  Map<String, dynamic> properties,
);