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