onScopeCreate method
Called when a new scope is created.
scopeId: Unique identifier for the new scope.scopeName: The name of the new scope.parentScopeId: The ID of the parent scope, or null if root.
Implementation
void onScopeCreate(int scopeId, String scopeName, int? parentScopeId) {}