timeline method Null safety

  1. @Deprecated('Use [start] instead.')
Future<void> timeline()
@Deprecated('Use [start] instead.')

Triggers the DJI Drone pre-defined Timeline.

Implementation

@Deprecated('Use [start] instead.')
static Future<void> timeline() async {
  await _api?.timeline();
}