menu
flutter_bluetooth_plugin package
documentation
flutter_bluetooth_plugin_models.dart
BluetoothGattCharacteristic
canWrite property
canWrite property
dark_mode
light_mode
canWrite
property
bool
get
canWrite
是否支持有响应写。
Implementation
bool get canWrite => properties.contains('write');
flutter_bluetooth_plugin package
documentation
flutter_bluetooth_plugin_models
BluetoothGattCharacteristic
canWrite property
BluetoothGattCharacteristic class