connect abstract method

Future<void> connect(
  1. Peripheral peripheral
)

Establishes a local connection to a peripheral.

Implementation

Future<void> connect(Peripheral peripheral);