hl_image_picker_platform_interface 1.2.4 hl_image_picker_platform_interface: ^1.2.4 copied to clipboard
A common platform interface for the hl_image_picker plugin.
hl_image_picker_platform_interface #
A common platform interface for the hl_image_picker plugin.
Usage #
To implement a new platform-specific implementation of hl_image_picker
,
- Extend HLImagePickerPlatform with an implementation that performs the platform-specific behavior.
- When you register your plugin, set the default HLImagePickerPlatform by calling HLImagePickerPlatform.instance = HLImagePickerPlatform().