startSchedule static method

Future<bool> startSchedule()

Starts the schedule.

Implementation

static Future<bool> startSchedule() {
  return _instance.startSchedule();
}