connect method

Future<void> connect(
  1. String address
)

Connect to a device by MAC address (RFCOMM SPP UUID used).

Implementation

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