afterLoad method

  1. @override
void afterLoad(
  1. CommunicationDelegate delegate
)
override

Implementation

@override
void afterLoad(CommunicationDelegate delegate) {
  communicationDelegate = delegate;
  communicationDelegate?.setMessageReceiver(_receive);
  _onListenOnRoutePush();
  _onListenConsumeResource();
  _onListenRemainResourceSize();
  _onListenTotalResourceSize();
}