send property

({void Function(String data) $1, void Function(Blob data) $2, void Function(ByteBuffer data) $3, void Function(ArrayBufferView data) $4}) send

Overload accessor: $1, $2, $3, $4

Implementation

({
  /// [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCDataChannel/send)
  void Function(_i2.String data) $1,

  /// [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCDataChannel/send)
  void Function(_i3.Blob data) $2,

  /// [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCDataChannel/send)
  void Function(_i5.ByteBuffer data) $3,

  /// [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCDataChannel/send)
  void Function(_i9.ArrayBufferView data) $4,
}) get send => (
      $1: _send$1,
      $2: _send$2,
      $3: _send$3,
      $4: _send$4,
    );