chore: Update flutter_matrix_html
This commit is contained in:
parent
0b8ac52e7f
commit
db52d98c39
4 changed files with 28 additions and 6 deletions
|
|
@ -62,7 +62,7 @@ class Store {
|
|||
if (!PlatformInfos.isMobile) {
|
||||
await _setupLocalStorage();
|
||||
try {
|
||||
return await storage.getItem(key).toString();
|
||||
return await storage.getItem(key)?.toString();
|
||||
} catch (_) {
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue