menu
rehacul_app_medical
states/rehabilitation/rehabilitation_state.dart
RehabilitationState
sendRPE method
sendRPE
brightness_4
brightness_5
sendRPE
method
Future
<
void
>
sendRPE
(
int
rpe
)
Implementation
Future<void> sendRPE(int rpe) async { // RPEを送信 await _sendRPE.exec(rpe: rpe); }
rehacul_app_medical
rehabilitation_state
RehabilitationState
sendRPE method
RehabilitationState class