enableHighAccuracy property

bool? get enableHighAccuracy

Implementation

_i2.bool? get enableHighAccuracy => _i4.getProperty(
      this,
      'enableHighAccuracy',
    );
set enableHighAccuracy (bool? value)

Implementation

set enableHighAccuracy(_i2.bool? value) {
  _i4.setProperty(
    this,
    'enableHighAccuracy',
    value ?? _i6.undefined,
  );
}