DiscoverCallBack constructor

DiscoverCallBack({
  1. void onDiscoverDevice(
    1. BindDeviceModel bindDeviceModel
    )?,
  2. void onDiscoverError(
    1. int code,
    2. String message
    )?,
})

Implementation

DiscoverCallBack({this.onDiscoverDevice, this.onDiscoverError});