getVersions method Null safety

Future<SettingModel> getVersions()

It's return all versions of the app.

It can help if you want to force user to update the app or notify user that there is an update on store.

Implementation

Future<SettingModel> getVersions();