Get Value from Storage

<String|null> get(<String> name)

Returns string of a param which has been previously set. Otherwise, returns null.

Example

var value = LViS.Storage.get('car');

// 'Porsche'