shouldRunInParallel property

bool shouldRunInParallel
inherited

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

bool get shouldRunInParallel => true;