Future<void> sendReport(int reportId, dynamic data) => js_util.promiseToFuture( js_util.callMethod(this, 'sendReport', [reportId, data]));