sendRPE method

Future<void> sendRPE(
  1. int rpe
)

Implementation

Future<void> sendRPE(int rpe) async {
  // RPEを送信
  await _sendRPE.exec(rpe: rpe);
}