getSceneMode method
Gets the current scene mode setting.
Returns null
if scene mode setting is not supported.
See: sceneModeAuto sceneModeAction sceneModePortrait sceneModeLandscape sceneModeNight sceneModeNightPortrait sceneModeTheatre sceneModeBeach sceneModeSnow sceneModeSunset sceneModeSteadyPhoto sceneModeFireworks sceneModeSports sceneModeParty sceneModeCandlelight sceneModeBarcode sceneModeHdr
Implementation
Future<String?> getSceneMode() async {
return await _channel.$getSceneMode(this) as String;
}