ConnectedCallback typedef
ConnectedCallback =
void Function(BluetoothConnectionState state, Map drviceMap)
Implementation
typedef ConnectedCallback = void Function(
BluetoothConnectionState state, Map drviceMap);