OnScanResult typedef

OnScanResult = dynamic Function(List<BleBean> bleBeans)

Implementation

typedef OnScanResult=Function(List<BleBean> bleBeans);