timeline method Null safety
- @Deprecated('Use [start] instead.')
@Deprecated('Use [start] instead.')
Triggers the DJI Drone pre-defined Timeline.
Implementation
@Deprecated('Use [start] instead.')
static Future<void> timeline() async {
await _api?.timeline();
}