addIncoming abstract method

  1. @Deprecated(v3Deprecation)
void addIncoming(
  1. dynamic data
)
inherited

Simulate an incoming message that the owner of this WSocket instance will receive if listening.

Implementation

@Deprecated(v3Deprecation)
void addIncoming(dynamic data);