forward method

NavigationResult forward([
  1. NavigationOptions? options
])

Implementation

NavigationResult forward([NavigationOptions? options]) =>
    js_util.callMethod(this, 'forward', [options]);