scrollToAnchor method

Future<bool> scrollToAnchor(
  1. String id
)

Scrolls to make sure the requested anchor is as visible as possible.

Implementation

Future<bool> scrollToAnchor(String id) => _wf.onTapUrl('#$id');