AuthStorage constructor

AuthStorage({
  1. String identifier = 'Token',
})

Implementation

AuthStorage({this.identifier = 'Token'});