AppSessionSnapshot constructor

const AppSessionSnapshot({
  1. required Map<String, dynamic> publicStorage,
  2. required Map<String, dynamic> keychain,
  3. Locale? locale,
})

Implementation

const AppSessionSnapshot({
  required this.publicStorage,
  required this.keychain,
  this.locale,
});