setupFromSharedCache method
Implementation
Future<void> setupFromSharedCache() async {
Map<String, dynamic>? json = await SharedMemoryCache.getMap(sharedUniqueKey);
setupFromJson(json);
}
Future<void> setupFromSharedCache() async {
Map<String, dynamic>? json = await SharedMemoryCache.getMap(sharedUniqueKey);
setupFromJson(json);
}