takeOff property Null safety

Future<void> takeOff

Implementation

static Future<void> get takeOff async {
  await _api?.takeOff();
}