flutter_file_picker/lib/src/windows/stub.dart

5 lines
172 B
Dart

import 'package:file_picker/file_picker.dart';
/// Stub method to support both dart:ffi and web
FilePicker filePickerWithFFI() => throw UnimplementedError('Unsupported');