remove method

Future<void> remove(
  1. String modelId
)

Remove a model from the C++ registry (called on delete).

Implementation

Future<void> remove(String modelId) =>
    DartBridgeModelRegistry.instance.removeModel(modelId);