LocalStorage constructor

LocalStorage({
  1. required String root,
  2. String baseUrl = '/storage',
})

Creates a new LocalStorage instance.

Implementation

LocalStorage({required this.root, this.baseUrl = '/storage'});