NotifyListener typedef

NotifyListener = void Function(BlePeripheral target, Uuid service, Uuid characteristic, Uint8List data)

Implementation

typedef NotifyListener = void Function(
    BlePeripheral target, Uuid service, Uuid characteristic, Uint8List data);