shouldRunInParallel property

  1. @override
bool shouldRunInParallel

if false the Launcher boot will called after the previous one is done if true will boot in parallel with other Launchers (apps boot faster)

Implementation

@override
bool get shouldRunInParallel => false;