setVideoStabilizationMode method
Sets the video stabilization mode for the selected camera.
Implementation
Future<void> setVideoStabilizationMode(
int cameraId,
VideoStabilizationMode mode,
) {
throw UnimplementedError('setVideoStabilizationMode() is not implemented.');
}