blob: f38a4ec74005bac7832b1c576b146e0a970229ff [file] [log] [blame]
export 'camera_device.dart';
export 'image_source.dart';
export 'retrieve_type.dart';
export 'picked_file/picked_file.dart';
/// Denotes that an image is being picked.
const String kTypeImage = 'image';
/// Denotes that a video is being picked.
const String kTypeVideo = 'video';