Skip to content

Commit

Permalink
fixup! Fix clear DB when logout in web
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhhdev committed Oct 2, 2023
1 parent f0bbc72 commit 115bf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3067,7 +3067,7 @@ class Client extends MatrixApi {
}
}

set isSupportPlatformWev(bool kIsWeb) {
set isSupportPlatformWeb(bool kIsWeb) {
_kIsWeb = kIsWeb;
}
}
Expand Down

0 comments on commit 115bf9e

Please sign in to comment.