build static method
Implementation
static Future<SharedPrefDataContainer> build(String path) async {
final sharedPreferences = await SharedPreferences.getInstance();
return SharedPrefDataContainer._(path, sharedPreferences);
}
static Future<SharedPrefDataContainer> build(String path) async {
final sharedPreferences = await SharedPreferences.getInstance();
return SharedPrefDataContainer._(path, sharedPreferences);
}