stopSchedule static method

Future<bool> stopSchedule()

Stops the schedule.

Implementation

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