add login client type

This commit is contained in:
2024-02-02 13:14:25 +08:00
parent 6608c0b94e
commit 23abc091ea
12 changed files with 221 additions and 2 deletions

1
lib/platform/device.dart Normal file
View File

@@ -0,0 +1 @@
export './device_other.dart' if (dart.library.html) './device_web.dart';