sendGoalSleepTime method

Future<void> sendGoalSleepTime(
  1. int minutes
)

Implementation

Future<void> sendGoalSleepTime(int minutes) {
  return mConnconst.invokeMethod('sendGoalSleepTime', <String, int>{"goalTime": minutes});
}