dart / 2 / dart-html / rtcdatachannel / sendtypeddata.html

sendTypedData method

  1. @JSName('send')
void sendTypedData(
  1. TypedData data
)
@JSName('send')

Implementation

@JSName('send')
void sendTypedData(TypedData data) native;

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-html/RtcDataChannel/sendTypedData.html