setAutoSnappingEnabled method

Future setAutoSnappingEnabled(
  1. bool enabled
)

Implementation

Future<dynamic> setAutoSnappingEnabled(bool enabled) async {
  return await detectorChannel
      .invokeMethod("setAutoSnappingEnabled", {"enabled": enabled});
}