isAutoExposureLockSupported method
Returns true
if auto-exposure locking is supported.
Applications should call this before trying to lock auto-exposure. See setAutoExposureLock for details about the lock.
Implementation
Future<bool> isAutoExposureLockSupported() async {
return await _channel.$isAutoExposureLockSupported(this) as bool;
}