fuse abstract method

Enables usage of fuse* functions to compose this component's behavior.

This method is called exactly once during the component's onLoad callback.

Implementation

@visibleForOverriding
FutureOr<void> fuse();