plugin_platform_interface 1.0.0
plugin_platform_interface: ^1.0.0 copied to clipboard
Reusable base class for Flutter plugin platform interfaces.
1.0.0 Initial release. #
- Provides
PlatformInterfacewith common mechanism for enforcing that a platform interface is not implemented withimplements. - Provides test only
MockPlatformInterfaceto enable using Mockito to mock platform interfaces.