registerModel method

Future<String> registerModel(
  1. Map<String, Object?> registration
)

Register a custom model descriptor at runtime. Returns the resolved asset path the native side will load from. Default throws.

Implementation

Future<String> registerModel(Map<String, Object?> registration) =>
    throw UnimplementedError(
        'registerModel is not implemented by this platform');