SharedPrefs constructor

SharedPrefs({
  1. String seedKey = '',
})

Implementation

SharedPrefs({final String seedKey = ''}) : _seedKey = seedKey;