ImagePickCallback typedef

ImagePickCallback = void Function(BuildContext context, ImageSource source)

Implementation

typedef ImagePickCallback = void Function(
  BuildContext context,
  ImageSource source,
);