// Copyright 2013 The Flutter Authors. All rights reserved. | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
/// Expose XFile | |
export 'package:cross_file/cross_file.dart'; | |
export 'src/events/camera_event.dart'; | |
export 'src/events/device_event.dart'; | |
export 'src/platform_interface/camera_platform.dart'; | |
export 'src/types/types.dart'; |