onData method

  1. @override
void onData(
  1. dynamic message
)

The code is used only internally and is not a public API. The comment exists mainly to satisfy the linter.

Implementation

@override
void onData(dynamic message) => _generalizedFrbRustBinding
    .dartOpaqueDropThreadBoxPersistentHandle(message);