cancel method

Future<void> cancel()

Implementation

Future<void> cancel() async {
  await js_util.callMethod(this, 'cancel', []);
}