scrollEnabled method

Future<void> scrollEnabled(
  1. bool scrollEnabled
)

Returns the scrollEnabled of the currently loaded page.

Implementation

Future<void> scrollEnabled(bool scrollEnabled) {
  throw UnimplementedError(
      'WebView scrollEnabled is not implemented on the current platform');
}