class ImagePickerHelper { Future pickImage() async { throw UnsupportedError('pickImage is not supported on this platform'); } }