invalidControllerMethods property

Map<CameraDescription, Set<String>> invalidControllerMethods
final

If controller methods were failed to called for camera descriptions, it will be recorded as invalid and never gets called again.

如果相机实例的某个方法调用失败,该方法会被记录并且不会再被调用。

Implementation

final invalidControllerMethods = <CameraDescription, Set<String>>{};