listenForConnection property

Stream<ConnectionResult> listenForConnection

This stream is used to listen for bluetooth connections. This connection contains the ConnectionResult, that is, the status, the response message of that connection, and if the connection was successful, there will also be a BluetoothDevice object also.

Implementation

Stream<ConnectionResult> get listenForConnection {
  return instance.listenForConnection;
}