menu
flutter_bluetooth_plugin package
documentation
flutter_bluetooth_plugin_models.dart
BluetoothGattCharacteristic
canNotify property
canNotify property
dark_mode
light_mode
canNotify
property
bool
get
canNotify
是否支持通知。
Implementation
bool get canNotify => properties.contains('notify');
flutter_bluetooth_plugin package
documentation
flutter_bluetooth_plugin_models
BluetoothGattCharacteristic
canNotify property
BluetoothGattCharacteristic class