Skip to content

Commit 39bf897

Browse files
committed
Removed platform-specific comments
1 parent bf6c7d9 commit 39bf897

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,6 @@ abstract class CameraPlatform extends PlatformInterface {
273273
}
274274

275275
/// Gets a list of video stabilization modes that are supported for the selected camera.
276-
///
277-
/// Will return the list of supported video stabilization modes
278-
/// on Android (when using camera_android_camerax package) and
279-
/// on iOS. Will return an empty list on all other platforms.
280276
Future<Iterable<VideoStabilizationMode>> getVideoStabilizationSupportedModes(
281277
int cameraId) async {
282278
throw UnimplementedError(
@@ -285,10 +281,6 @@ abstract class CameraPlatform extends PlatformInterface {
285281

286282
/// Sets the video stabilization mode for the selected camera.
287283
///
288-
/// On Android (when using camera_android_camerax) and on iOS
289-
/// the supplied [mode] value should be a mode in the list returned
290-
/// by [getVideoStabilizationSupportedModes].
291-
///
292284
/// Throws a [CameraException] when a not supported video stabilization
293285
/// mode is supplied.
294286
Future<void> setVideoStabilizationMode(

0 commit comments

Comments
 (0)