stopNotifications method

Future<void> stopNotifications()

Implementation

Future<void> stopNotifications() async {
  final promise = _JSUtil.callMethod(_jsObject, "stopNotifications", []);
  await _JSUtil.promiseToFuture(promise);
}