didAttachToScope method

void didAttachToScope(
  1. LevitScope scope, {
  2. String? key,
})

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}) {}