connectBle method

Future<bool> connectBle(
  1. String deviceId
)

Implementation

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