fragment Scope
Declare a Fragment scope section.
Dependencies declared inside this block are scoped to the Fragment lifecycle.
fragmentScope {
scoped { MyFragmentDependency() }
}Content copied to clipboard
Declare a Fragment scope section.
Dependencies declared inside this block are scoped to the Fragment lifecycle.
fragmentScope {
scoped { MyFragmentDependency() }
}