onScopeCreate method

void onScopeCreate(
  1. int scopeId,
  2. String scopeName,
  3. int? parentScopeId
)

Called when a new LevitScope is created.

Implementation

void onScopeCreate(int scopeId, String scopeName, int? parentScopeId) {}