isDiscoveryActiveForDeviceCategory method
- String deviceCategory
override
Tests whether discovery is currently active for the given device category.
Implementation
@override
Future<bool> isDiscoveryActiveForDeviceCategory(String deviceCategory) async {
return await _channel.invokeMethod('isDiscoveryActiveForDeviceCategory', {
'deviceCategory': deviceCategory,
});
}