priority property

int priority
inherited

The priority to assign to this hook. Higher priority gets run first so a priority of 10 is run before a priority of 2

Implementation

int get priority => 0;