init abstract method
Initializes the feature and prepares it for usage.
This method must be called before we start to use this feature.
Performs setup tasks, such as allocating resources or establishing connections. May complete synchronously or asynchronously.
Implementation
FutureOr<void> init();