getSettings method

Future<GesturesSettings> getSettings()

Returns the current GesturesSettings.

Supported GesturesSettings fields per platform:

Some of these fields interact on web (e.g. rotate and pitch share a keyboard flag). See each field's own docs for the specifics.

Fields not supported on the current platform return null.

Implementation

Future<GesturesSettings> getSettings() => _impl.getSettings();