Files
flutter_thingsboard_app/lib/utils/services/tb_app_storage.dart
2021-08-18 21:07:19 +03:00

4 lines
132 B
Dart

export '_tb_app_storage.dart'
if (dart.library.io) 'tb_secure_storage.dart'
if (dart.library.html) 'tb_web_local_storage.dart';