callbundle_platform_interface 1.0.0
callbundle_platform_interface: ^1.0.0 copied to clipboard
Platform interface for the CallBundle federated Flutter plugin. Defines the abstract API contract, data models, and events for native call UI.
callbundle_platform_interface #
A common platform interface for the callbundle plugin.
This interface allows platform-specific implementations of the callbundle plugin, as well as the plugin itself, to ensure they are supporting the same interface.
Usage #
To implement a new platform-specific implementation of callbundle, extend CallBundlePlatform with an implementation that performs the platform-specific behavior.
Note on Breaking Changes #
Strongly prefer non-breaking changes (such as adding a method to the interface) over breaking changes for this package. See flutter/flutter#127396 for discussion.