connect method

Future<bool> connect(
  1. String address
)

Connects to a device by its MAC address.

Implementation

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