discovery method

Stream<BluetoothDevice> discovery()

Implementation

Stream<BluetoothDevice> discovery() async* {
  throw UnimplementedError('discovery() has not been implemented.');
}