didAttachToScope method
Invoked when the instance is successfully attached to its owning LevitScope.
Parameters:
scope: The LevitScope that manages this object.key: The unique registration key within the scope.
Implementation
void didAttachToScope(LevitScope scope, {String? key}) {}