getConfiguration function

Map? getConfiguration()

Get the configuration from the SharedPrefs

Implementation

Map? getConfiguration() => GetStorage().read(Constants.config);