getModel3DModel method

Future<String?> getModel3DModel()

Get the 3D model's URI

Implementation

Future<String?> getModel3DModel() =>
    DisplayRulePlatform.instance.getModel3DModel(id);