BtConnectionManager constructor
BtConnectionManager({})
Implementation
BtConnectionManager({
required this.address,
this.retryInterval = const Duration(seconds: 5),
this.maxRetries = 5,
BtService? service,
}) : _service = service ?? BtService.instance;