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