deleteSubsUrl method

void deleteSubsUrl()

Implementation

void deleteSubsUrl() async {
  CoreDb.instance()._deleteData(_SUBS_URL);
}