preStart method

  1. @override
void preStart()

Called when the actor is started.

Implementation

@override
void preStart() {
  super.preStart();
}