emitDeleting method

void emitDeleting()

Implementation

void emitDeleting() {
  emit(state.copyWith(status: DataStatus.deleting));
}