accept method

  1. @override
void accept(
  1. Msg message
)
override

Delegates message handling to the wrapped feature.

Implementation

@override
void accept(Msg message) => feature.accept(message);