46c8c38aa7
Test / test (push) Successful in 7m35s
Signed-off-by: Peter Siegmund <developer@mars3142.org>
692 B
692 B
toaster_utils_platform_interface
A common platform interface for the toaster_utils plugin.
This interface allows platform-specific implementations of the toaster_utils plugin, as well as the plugin itself, to ensure they are supporting the same interface.
Usage
To implement a new platform-specific implementation of toaster_utils, extend ToasterUtilsPlatform with an implementation that performs the platform-specific behavior.