Future<bool> isCameraExposurePositionSupported() async { bool result = await _channel.invokeMethod('isCameraExposurePositionSupported') ?? false; return result; }