getAlarmByUid method

Future<List<AlarmItem>> getAlarmByUid(
  1. String uid
)

Implementation

Future<List<AlarmItem>> getAlarmByUid(String uid) {
  throw UnimplementedError('getAlarmByUid(String) has not been implemented.');
}