Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 3bdecf5

Browse files
committed
Bumped version to 1.0.2
1 parent e4e5c5f commit 3bdecf5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/camera/camera_platform_interface/lib/src/platform_interface/camera_platform.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@ abstract class CameraPlatform extends PlatformInterface {
108108
throw UnimplementedError('resumeVideoRecording() is not implemented.');
109109
}
110110

111+
/// Sets the flash mode for taking pictures.
112+
Future<void> setFlashMode(int cameraId, FlashMode mode) {
113+
throw UnimplementedError('setFlashMode() is not implemented.');
114+
}
115+
111116
/// Gets the maximum supported zoom level for the selected camera.
112117
Future<double> getMaxZoomLevel(int cameraId) {
113118
throw UnimplementedError('getMaxZoomLevel() is not implemented.');

0 commit comments

Comments
 (0)