getVideoStabilization method
Get the current state of video stabilization.
Returns true
if video stabilization is enabled.
Implementation
Future<bool> getVideoStabilization() async {
return await _channel.$getVideoStabilization(this) as bool;
}