registerModel method
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');