Probably many are using Settings Plugin , it is basically using static variables. If we access to those static variables in settings class in our viewmodels, Dont they actually cause memory leaks? they will remain in the memory unless they are "null"ed and actually an instance of a viewmodel and it is page will not be disposed by garbage collector. Any other thoughts on that?
↧