initialize abstract method

Future<void> initialize()

Initializes this controller and attaches the outputs.

The returned Future of this method should be AWAITED before calling any other methods.

Implementation

Future<void> initialize();