sharedInstance static method
Implementation
static Store sharedInstance() {
if (_instance == null) {
_instance = Store._internal();
}
return _instance!;
}
static Store sharedInstance() {
if (_instance == null) {
_instance = Store._internal();
}
return _instance!;
}