runAfter property

  1. @override
List<String> get runAfter

List of plugin IDs that this plugin should run AFTER, if they are present. (Like dependsOn, but doesn't force the other plugin to be active).

Implementation

@override
List<String> get runAfter => ['provider'];