getModel3DRotationY method

Future<num?> getModel3DRotationY()

Get the 3D model's rotation value on the Y-axis in degrees

Implementation

Future<num?> getModel3DRotationY() =>
    DisplayRulePlatform.instance.getModel3DRotationY(id);