deleteUserType method

void deleteUserType()

Implementation

void deleteUserType() async {
  CoreDb.instance()._deleteData(_USER_TYPE);
}