characteristicResult method

Stream<CharacteristicValue> characteristicResult()

subscription characteristic result with read/write return CharacteristicValue

Implementation

Stream<CharacteristicValue> characteristicResult() =>
    throw UnimplementedError(
        'stateBluetoothResult() has not been implemented.');