SetGesturesEnabled method

void SetGesturesEnabled(
  1. Iterable<Gesture> flags
)

Implementation

void SetGesturesEnabled(
  Iterable<Gesture> flags,
) => run(
  () => 'SetGesturesEnabled($flags)',
  () => rl.Core.SetGesturesEnabled(flags.or),
);