FreekakeApp/lib/helpers/pick_image.dart
2025-05-07 13:15:34 +07:00

3 lines
137 B
Dart

export 'image_picker_stub.dart'
if (dart.library.html) 'image_picker_web.dart'
if (dart.library.io) 'image_picker_mobile.dart';