pallycon_drm_sdk_interface 1.1.2 copy "pallycon_drm_sdk_interface: ^1.1.2" to clipboard
pallycon_drm_sdk_interface: ^1.1.2 copied to clipboard

A common platform interface for the pallycon_drm_sdk plugin.

pallycon_drm_sdk_interface #

pub package

A common platform interface for the pallycon_drm_sdk plugin.

This interface allows platform-specific implementations of the pallycon_drm_sdk plugin, as well as the plugin itself, to ensure they are supporting the same interface. Have a look at the Federated plugins section of the official Developing packages & plugins documentation for more information regarding the federated architecture concept.

Usage #

To create a new platform-specific implementation for the pallycon_drm_sdk plugin, you can create a new class that extends the pallycon_drm_sdk package, and implements the platform-specific behavior. When you register your plugin, you can set it as the default implementation by assigning it to PallyConDrmSdk.instance like so: PallyConDrmSdk.instance = MyPlatformPallyConDrmSdk()."

Issues #

If you encounter any issues, bugs, or have any feature requests, please file them as an issue on the GitHub page. We also offer commercial support and can be reached at <inka.co.kr>.

Author #

This PallyConDrmSdk plugin for Flutter is developed by InkaEntworks.

1
likes
90
pub points
17%
popularity

Publisher

unverified uploader

A common platform interface for the pallycon_drm_sdk plugin.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on pallycon_drm_sdk_interface