Files
packages.dart/deprecated/fb_firestore/lib/fb_firestore.dart
T
2026-01-15 14:38:46 -08:00

4 lines
104 B
Dart

export 'unsupported.dart'
if (dart.library.html) 'web.dart'
if (dart.library.io) 'mobile.dart';