init method
Called when this behaviour should be initialized
After calling this method any call to isInitialized should return true.
Implementation
@override
void init() {
bubbles = generateBubbles(options.bubbleCount);
}
Called when this behaviour should be initialized
After calling this method any call to isInitialized should return true.
@override
void init() {
bubbles = generateBubbles(options.bubbleCount);
}