diff --git a/thermion_dart/lib/src/filament/src/implementation/ffi_filament_app.dart b/thermion_dart/lib/src/filament/src/implementation/ffi_filament_app.dart index 83b7212f..01bf254d 100644 --- a/thermion_dart/lib/src/filament/src/implementation/ffi_filament_app.dart +++ b/thermion_dart/lib/src/filament/src/implementation/ffi_filament_app.dart @@ -261,7 +261,10 @@ class FFIFilamentApp extends FilamentApp { _onDestroy.clear(); } - /// + /// If [asset] is actually an instance (i.e. was created via createInstance), + /// its resources may not actually be destroyed until the parent asset is + /// destroyed. It may be marked as unused, and recycled the next time + /// createInstance is called. /// /// Future destroyAsset(covariant FFIAsset asset) async {