getAll method

Future<List<AlarmModel>> getAll()

Retrieves all scheduled alarms.

Implementation

Future<List<AlarmModel>> getAll() {
  throw UnimplementedError('getAll() has not been implemented.');
}