fuse abstract method

  1. @visibleForOverriding
FutureOr<void> fuse()
inherited

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();