onDiscoveredServices property

Stream<OnDiscoveredServicesEvent> get onDiscoveredServices

Implementation

Stream<OnDiscoveredServicesEvent> get onDiscoveredServices {
  return FlutterBluePlusPlatform.instance.onDiscoveredServices
      .map((p) => OnDiscoveredServicesEvent(p));
}