InMemoryLocaleStorage constructor
InMemoryLocaleStorage([
- String? _saved
Creates an in-memory storage optionally initialized with initial.
Implementation
InMemoryLocaleStorage([this._saved]);
Creates an in-memory storage optionally initialized with initial.
InMemoryLocaleStorage([this._saved]);