beam_vm_platform_interface 1.0.0
beam_vm_platform_interface: ^1.0.0 copied to clipboard
A common platform interface for the beam_vm plugin.
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.