getStats method

Implementation

Future<WebTransportStats> getStats() =>
    js_util.promiseToFuture(js_util.callMethod(this, 'getStats', []));