send method

void send(
  1. Iterable<int> data, [
  2. double? timestamp = 0
])

Implementation

void send(Iterable<int> data, [double? timestamp = 0]) =>
    js_util.callMethod(this, 'send', [data, timestamp]);