init abstract method
It is called and awaited to finish when the state is first created
Here is the right place to initialize plugins
Implementation
Future<void> init();
It is called and awaited to finish when the state is first created
Here is the right place to initialize plugins
Future<void> init();