jamesmontemagno / SettingsPlugin

Read and Write Settings Plugin for Xamarin and Windows
MIT License
324 stars 80 forks source link

Removed Lazy, to allow people to set the current implementation #147

Closed Clancey closed 5 years ago

Clancey commented 5 years ago

Changes Proposed in this pull request: This removes the Lazy This has the benefit of letting you set the current implementation yourself. The entire Interface is pointless if you can't supply your own.