onCameraResolutionChanged method
The camera's resolution has changed. On Web this returns an empty stream.
Implementation
Stream<CameraResolutionChangedEvent> onCameraResolutionChanged(int cameraId) {
throw UnimplementedError('onResolutionChanged() is not implemented.');
}