menu
context_di package
documentation
annotations.dart
Singleton
Singleton.new const constructor
Singleton.new const constructor
dark_mode
light_mode
Singleton
constructor
const
Singleton
(
Type
type
, {
Type
?
as
,
Function
?
dispose
,
})
Implementation
const Singleton(this.type, {this.as, this.dispose});
context_di package
documentation
annotations
Singleton
Singleton.new const constructor
Singleton class