onError property

dynamic Function(String)? onError
final

Executed when any other CameraException is thrown. Good luck, because they are apparently not documented.

Implementation

final Function(String)? onError;