Files
flutter_thingsboard_app/lib/utils/services/tb_app_storage.dart

4 lines
138 B
Dart

export '_tb_app_storage.dart'
if (dart.library.io) '_tb_secure_storage.dart'
if (dart.library.html) '_tb_web_local_storage.dart';