getVersions method Null safety
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();
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.
Future<SettingModel> getVersions();