setImageFileFormat method

Future<void> setImageFileFormat(
  1. int cameraId,
  2. ImageFileFormat format
)
inherited

Sets the output image file format for the selected camera.

Implementation

// TODO(bmparr): This is only supported on iOS. See
// https://github.com/flutter/flutter/issues/139588
Future<void> setImageFileFormat(int cameraId, ImageFileFormat format) {
  throw UnimplementedError('setImageFileFormat() is not implemented.');
}