isDiscoveringServices property

  1. @Deprecated("planed for removal (Jan 2024). It can be easily implemented yourself")
Stream<bool> isDiscoveringServices
override

Implementation

@Deprecated(
    "planed for removal (Jan 2024). It can be easily implemented yourself") // deprecated on Aug 2023
Stream<bool> get isDiscoveringServices => _isDiscoveringServices.stream;