onScopeDispose method

void onScopeDispose(
  1. int scopeId,
  2. String scopeName
)

Called when a scope is disposed.

  • scopeId: The unique identifier of the disposed scope.
  • scopeName: The name of the disposed scope.

Implementation

void onScopeDispose(int scopeId, String scopeName) {}