disconnectDrone property Null safety

Future<void> disconnectDrone

Implementation

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