enableGestureNavigation method

Future<void> enableGestureNavigation(
  1. bool enabled
)

Whether to allow swipe based navigation on supported platforms.

Implementation

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