initialize abstract method Null safety
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();
Initializes this controller and attaches the outputs.
The returned Future of this method should be AWAITED before calling any other methods.
Future<void> initialize();