disable method

Future disable()

Implementation

Future disable() => Future.error(UnsupportedError(
    'NavigationPreloadManager is not available outside a browser context.'));