menu
flutter_bluetooth_plugin package
documentation
flutter_bluetooth_plugin_models.dart
BluetoothGattCharacteristic
canIndicate property
canIndicate property
dark_mode
light_mode
canIndicate
property
bool
get
canIndicate
是否支持指示。
Implementation
bool get canIndicate => properties.contains('indicate');
flutter_bluetooth_plugin package
documentation
flutter_bluetooth_plugin_models
BluetoothGattCharacteristic
canIndicate property
BluetoothGattCharacteristic class