beacon_monitoring_platform_interface 1.0.0-dev.1 copy "beacon_monitoring_platform_interface: ^1.0.0-dev.1" to clipboard
beacon_monitoring_platform_interface: ^1.0.0-dev.1 copied to clipboard

outdated

A common platform interface for the beacon_monitoring plugin.

beacon_monitoring_platform_interface #

A common platform interface for the beacon_monitoring plugin.

Usage #

To implement a new platform-specific implementation of beacon_monitoring, extend BeaconMonitoringPlatform with an implementation that performs the platform-specific behavior, and when you register your plugin, set the default BeaconMonitoringPlatform by calling BeaconMonitoringPlatform.instance = MyBeaconMonitoring().