connect method

Future<bool> connect(
  1. String deviceAddress
)

Connect to a peer

Implementation

Future<bool> connect(String deviceAddress) {
  throw UnimplementedError('connect() has not been implemented.');
}