'Can we Delete Singleton class in flutter
I wanted to delete singleton class when i need Could you please tell me is it possible to dispose or remove singleton class from memory instance after use
Solution 1:[1]
Once the instance is disposed, it will be gone no matter if it is a singleton or not.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | ????? ???????? |
