onMount method

void onMount(
  1. Effect parent
)

This is called by the Effect class when the controller is attached to that effect. Controllers with children should propagate this to their children.

Implementation

void onMount(Effect parent) {}