priority property

  1. @override
int get priority

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

@override
int get priority => 1;