canUseImagePicker property

bool get canUseImagePicker

Check if image picker can be used on current platform

Implementation

static bool get canUseImagePicker {
  return isMobile || isWeb; // Works on mobile and web
}