OnPickerCompleted typedef

OnPickerCompleted = void Function(File? file, Uint8List? bytes)

Implementation

typedef OnPickerCompleted = void Function(File? file, Uint8List? bytes);