bindDeviceByCloud method
Bind via Cloud (MQTT).
Implementation
Future<bool> bindDeviceByCloud(Map<String, dynamic> cloudConfig,
{int timeout = 20000}) {
throw UnimplementedError('bindDeviceByCloud() has not been implemented.');
}
Bind via Cloud (MQTT).
Future<bool> bindDeviceByCloud(Map<String, dynamic> cloudConfig,
{int timeout = 20000}) {
throw UnimplementedError('bindDeviceByCloud() has not been implemented.');
}