TimelineSyncFunction<T> typedef Null safety

T TimelineSyncFunction<T>()

A typedef for the function argument to Timeline.timeSync.

Implementation

typedef TimelineSyncFunction<T> = T Function();