getSettings method
Returns the current GesturesSettings.
Supported GesturesSettings fields per platform:
- Mobile (iOS / Android): all fields.
- Web: GesturesSettings.scrollEnabled, GesturesSettings.pinchToZoomEnabled, GesturesSettings.rotateEnabled, GesturesSettings.pitchEnabled, GesturesSettings.doubleTapToZoomInEnabled. Other fields return null.
Implementation
Future<GesturesSettings> getSettings() => _impl.getSettings();