sendBeacon method

bool sendBeacon(
  1. String url, [
  2. dynamic data
])

Implementation

bool sendBeacon(String url, [dynamic data]) =>
    js_util.callMethod(this, 'sendBeacon', [url, data]);