beam_vm_platform_interface 1.0.1
beam_vm_platform_interface: ^1.0.1 copied to clipboard
A common platform interface for the beam_vm plugin.
1.0.1 #
- Migrated to new repository: https://github.com/gsmlg-app/beam_vm
1.0.0 #
- Initial release of the BEAM VM platform interface.
- Provides
BeamVmPlatformabstract class for platform implementations. - Includes
BeamVmStatusenum andBeamVmExceptionclass. - Default
MethodChannelBeamVmimplementation using platform channels.