initialize abstract method

Future<void> initialize()

Initializes this controller and attaches the outputs.

This should be awaited before calling any other methods.

Implementation

Future<void> initialize();