prepareResources method
If an enhancement requires resources to function, they can be prepared here and this function will be run once only at runtime during the initialisation step.
Implementation
Future<void> prepareResources() async {}
If an enhancement requires resources to function, they can be prepared here and this function will be run once only at runtime during the initialisation step.
Future<void> prepareResources() async {}