DiscoverCallBack constructor
DiscoverCallBack({
- void onDiscoverDevice(
- BindDeviceModel bindDeviceModel
- void onDiscoverError()?,
Implementation
DiscoverCallBack({this.onDiscoverDevice, this.onDiscoverError});