jio_webview_platform_interface 0.0.1
jio_webview_platform_interface: ^0.0.1 copied to clipboard
Reusable base class for jio webview platform interfaces of Flutter federated plugins, to help enforce best practices.
0.0.1 Initial release - 16 February 2025 #
- Provides
PlatformInterface
with common mechanism for enforcing that a platform interface is not implemented withimplements
. - Provides test only
MockPlatformInterface
to enable using Mockito to mock platform interfaces.